Neovim: fix nvimtree keybind

This commit is contained in:
Marko Korhonen 2022-02-03 11:12:23 +02:00
parent 495f8dd919
commit 0e97eb8fbd
2 changed files with 2 additions and 2 deletions

View file

@ -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>')