Add tabnew keymap for nvim-tree
This commit is contained in:
@@ -36,6 +36,11 @@ require("nvim-tree").setup({
|
||||
width = 30,
|
||||
side = "left",
|
||||
auto_resize = true,
|
||||
mappings = {
|
||||
list = {
|
||||
{ key = "tn", action = "tabnew" },
|
||||
},
|
||||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { ".git" },
|
||||
|
||||
Reference in New Issue
Block a user