diff --git a/lua/codecraft/plugin/nvimtree.lua b/lua/codecraft/plugin/nvimtree.lua
index 94a41d9a6379a23ce6c13da44fc18e97ac59746f..75d3b01b6ec29860b08b6a0e7da011fb7a8500f2 100644
--- a/lua/codecraft/plugin/nvimtree.lua
+++ b/lua/codecraft/plugin/nvimtree.lua
@@ -82,12 +82,6 @@ require("nvim-tree").setup({
   sync_root_with_cwd = true,
   view = {
     width = 30,
-    mappings = {
-      list = {
-        { key = "u", action = "dir_up" },
-        { key = 'v', action = 'vsplit' }
-      },
-    },
   },
   filters = {},
   renderer = {