mirror of
https://github.com/cap153/nvim.git
synced 2026-04-25 15:45:16 +08:00
微调插件配置
This commit is contained in:
parent
d033379cb2
commit
d9aa5500fd
5 changed files with 20 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue