Add backspace to nvim-tree
This commit is contained in:
parent
8869ac7e75
commit
5f74a6a5bf
|
@ -13,7 +13,8 @@ tree.setup({
|
|||
adaptive_size = true,
|
||||
mappings = {
|
||||
list = {
|
||||
{key = "cd", action = "cd"}
|
||||
{key = "cd", action = "cd"},
|
||||
{key = "<backspace>", action = "close"},
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue