Add tabnew keymap for nvim-tree
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user