diff --git a/config/nvim/lua/user/file-tree.lua b/config/nvim/lua/user/file-tree.lua index 73b353a..bbd4e03 100644 --- a/config/nvim/lua/user/file-tree.lua +++ b/config/nvim/lua/user/file-tree.lua @@ -36,6 +36,11 @@ require("nvim-tree").setup({ width = 30, side = "left", auto_resize = true, + mappings = { + list = { + { key = "tn", action = "tabnew" }, + }, + }, }, filters = { custom = { ".git" },