diff --git a/config/nvim/lua/user/file-tree.lua b/config/nvim/lua/user/file-tree.lua index 2102d78..f807025 100644 --- a/config/nvim/lua/user/file-tree.lua +++ b/config/nvim/lua/user/file-tree.lua @@ -37,14 +37,6 @@ require("nvim-tree").setup({ width = 30, side = "left", auto_resize = true, - mappings = { - list = { - { - key = "", - cb = tree_cb("tabnew"), - }, - }, - }, }, filters = { custom = { ".git" },