added yanky
This commit is contained in:
@ -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>',
|
||||
|
Reference in New Issue
Block a user