ff only search in tracked files for repositories now
This commit is contained in:
parent
a5e17e09b7
commit
9121e5ef0c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ vim.keymap.set('n', 'H', require('treesj').toggle)
|
|||
vim.keymap.set(
|
||||
'n',
|
||||
'<leader>ff',
|
||||
"<cmd> Telescope find_files follow=true no_ignore=true <CR>"
|
||||
"<cmd> Telescope find_files follow=true <CR>"
|
||||
)
|
||||
vim.keymap.set(
|
||||
'n',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue