Add backspace to nvim-tree

This commit is contained in:
Thomas Avé 2023-08-28 16:30:22 +02:00
parent 8869ac7e75
commit 5f74a6a5bf
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ tree.setup({
adaptive_size = true,
mappings = {
list = {
{key = "cd", action = "cd"}
{key = "cd", action = "cd"},
{key = "<backspace>", action = "close"},
}
},
},