add l keymap for nvim-tree

This commit is contained in:
2022-02-15 22:02:07 +03:00
parent 3ea6985579
commit 37912ea12e

View File

@@ -55,7 +55,8 @@ require("nvim-tree").setup({
list = {
{ key = "tn", action = "tabnew" },
{ key = "gs", action = "git_stage", action_cb = git_stage },
{ key = "gr", action = "git restore", action_cb = git_reset },
{ key = "gr", action = "git_restore", action_cb = git_reset },
{ key = "l", action = "edit" },
},
},
},