vim: simplify keymap for nvim-tree
This commit is contained in:
parent
033319f99d
commit
b4aa060a0e
1 changed files with 1 additions and 2 deletions
|
@ -5,9 +5,8 @@ M.dependencies = {
|
||||||
}
|
}
|
||||||
|
|
||||||
M.keys = {
|
M.keys = {
|
||||||
{ '<leader>nn', '<cmd>NvimTreeOpen<cr>' },
|
{ '<leader>nn', '<cmd>NvimTreeToggle<cr>' },
|
||||||
{ '<leader>nf', '<cmd>NvimTreeFindFile<cr>' },
|
{ '<leader>nf', '<cmd>NvimTreeFindFile<cr>' },
|
||||||
{ '<leader>nc', '<cmd>NvimTreeClose<cr>' },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
M.config = function()
|
M.config = function()
|
||||||
|
|
Loading…
Add table
Reference in a new issue