Remove tabnew mapping from nvim-tree setup

This commit is contained in:
2022-01-22 12:14:14 +03:00
parent 0857cb9bf7
commit 01740d0d98

View File

@@ -37,14 +37,6 @@ require("nvim-tree").setup({
width = 30, width = 30,
side = "left", side = "left",
auto_resize = true, auto_resize = true,
mappings = {
list = {
{
key = "<C-t>",
cb = tree_cb("tabnew"),
},
},
},
}, },
filters = { filters = {
custom = { ".git" }, custom = { ".git" },