1
0
Fork 0

nvim: shorten description for keymap

This commit is contained in:
tastytea 2022-08-17 19:24:05 +02:00
parent d3d284c972
commit 79229e5cad
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 this directory')
map('n', '<Leader>tF', t_builtin.find_files, 'Files in cw')
map('n', '<Leader>to', t_builtin.oldfiles, 'Recently opened files')
map('n', '<Leader>tg', function()
t_builtin.live_grep({ cwd = my.get_project_root() })