Remove tabnew mapping from nvim-tree setup
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user