diff options
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index 7a65321..8a8518a 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -52,11 +52,6 @@ nvim_tree.setup { side = "left", mappings = { custom_only = false, - list = { - { key = { "l", "<CR>", "o" }, cb = tree_cb "edit" }, - { key = "h", cb = tree_cb "close_node" }, - { key = "v", cb = tree_cb "vsplit" }, - }, }, number = false, relativenumber = false, |
