mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-16 21:27:44 +00:00
Neovim: fix nvimtree keybind
This commit is contained in:
parent
2cb90acb6f
commit
3ba1f71742
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…
Reference in New Issue
Block a user