Neovim: fix nvimtree keybind
This commit is contained in:
parent
495f8dd919
commit
0e97eb8fbd
2 changed files with 2 additions and 2 deletions
2
dotdrop
2
dotdrop
|
@ -1 +1 @@
|
|||
Subproject commit 8c97593c45fc86ad7791707a3c8fab137180d4fa
|
||||
Subproject commit 39d4bd23ab94210f384025cb79f7df835a284dbe
|
|
@ -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