1
0
Fork 0
This commit is contained in:
tastytea 2022-08-31 06:09:43 +02:00
parent 6ad132817d
commit b6e41a95fa
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ map('n', '<Leader>tb', t_builtin.buffers, 'Buffers')
map('n', '<Leader>tf', function()
t_builtin.find_files({ cwd = my.get_project_root() })
end, 'Files')
map('n', '<Leader>tF', t_builtin.find_files, 'Files in cw')
map('n', '<Leader>tF', t_builtin.find_files, 'Files in cwd')
map('n', '<Leader>to', t_builtin.oldfiles, 'Recently opened files')
map('n', '<Leader>tg', function()
t_builtin.live_grep({ cwd = my.get_project_root() })