Add tabnew keymap for nvim-tree

This commit is contained in:
2022-01-31 22:55:08 +03:00
parent 2dd396822b
commit dd9d369c88

View File

@@ -36,6 +36,11 @@ require("nvim-tree").setup({
width = 30, width = 30,
side = "left", side = "left",
auto_resize = true, auto_resize = true,
mappings = {
list = {
{ key = "tn", action = "tabnew" },
},
},
}, },
filters = { filters = {
custom = { ".git" }, custom = { ".git" },