added yanky

This commit is contained in:
2022-04-20 22:49:07 +02:00
parent 2c4617f462
commit 7bd0f10847
3 changed files with 16 additions and 7 deletions

View File

@ -82,13 +82,6 @@ command_center.add({
{ 'n', '<leader>f', silent_noremap },
},
},
{
description = 'Find file (with gitignore)',
cmd = '<CMD>lua require("telescope.builtin").find_files({no_ignore=false})<CR>',
keybindings = {
{ 'n', '<C-p>', silent_noremap },
},
},
{
description = 'Find git files',
cmd = '<CMD>Telescope git_files<CR>',