Neovim: fix nvimtree keybind
This commit is contained in:
parent
2cb90acb6f
commit
3ba1f71742
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'common'
|
||||
|
||||
-- Open/close tree browser
|
||||
MapKey('n', '<C-Tab>', '<cmd>NvimTreeToggle<CR>')
|
||||
MapKey('n', '<C-T>', '<cmd>NvimTreeToggle<CR>')
|
||||
|
||||
-- Telescope
|
||||
MapKey('n', '<C-f>', '<cmd>Telescope find_files find_command=fd,-Ht,f<CR>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue