add '@' keymap in file tree

This commit is contained in:
2022-03-11 23:06:43 +03:00
parent d790bcaa82
commit b8d412d741

View File

@@ -56,6 +56,7 @@ require("nvim-tree").setup({
{ key = "gs", action = "git_stage", action_cb = git_stage },
{ key = "gr", action = "git_reset", action_cb = git_reset },
{ key = "l", action = "edit" },
{ key = "@", action = "cd" },
},
},
},