Remove tabnew mapping from nvim-tree setup
This commit is contained in:
@@ -37,14 +37,6 @@ require("nvim-tree").setup({
|
||||
width = 30,
|
||||
side = "left",
|
||||
auto_resize = true,
|
||||
mappings = {
|
||||
list = {
|
||||
{
|
||||
key = "<C-t>",
|
||||
cb = tree_cb("tabnew"),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { ".git" },
|
||||
|
||||
Reference in New Issue
Block a user