mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
fixed deprecated syntax undotree.lua
This commit is contained in:
@@ -12,13 +12,14 @@ require("undotree").setup {
|
||||
},
|
||||
window = { winblend = 30 },
|
||||
keymaps = {
|
||||
["j"] = "move_next",
|
||||
["k"] = "move_prev",
|
||||
["gj"] = "move2parent",
|
||||
["J"] = "move_change_next",
|
||||
["K"] = "move_change_prev",
|
||||
["<cr>"] = "action_enter",
|
||||
["p"] = "enter_diffbuf",
|
||||
["q"] = "quit",
|
||||
["move_next"] = "j",
|
||||
["move_prev"] = "k",
|
||||
["move2parent"] = "gj",
|
||||
["move_change_next"] = "J",
|
||||
["move_change_prev"] = "K",
|
||||
["action_enter"] = "<cr>",
|
||||
["enter_diffbuf"] = "p",
|
||||
["quit"] = "q",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user