微调插件配置

This commit is contained in:
caprain 2026-04-20 21:54:50 +08:00
parent d033379cb2
commit d9aa5500fd
5 changed files with 20 additions and 22 deletions

View file

@ -11,8 +11,8 @@ vim.keymap.set({ "n", "x" }, "<leader>u", function()
["e"] = "move_next",
["u"] = "move_prev",
["n"] = "move2parent",
["E"] = "move_change_next",
["U"] = "move_change_prev",
-- ["E"] = "move_change_next",
-- ["U"] = "move_change_prev",
["<cr>"] = "action_enter",
["i"] = "action_enter",
["d"] = "enter_diffbuf",