nvim: undotree: made CTRL+U also focus the undotree window

This commit is contained in:
kalmenn 2023-12-17 19:58:12 +01:00
parent 6f5abc73d5
commit 6f1a7b61f5
Signed by: kalmenn
GPG key ID: DFF253360BF8471F

View file

@ -1,6 +1,6 @@
return { return {
"mbbill/undotree", "mbbill/undotree",
keys = { keys = {
{ "<C-u>", "<cmd>UndotreeToggle<cr>" }, { "<C-u>", "<cmd>UndotreeToggle<cr><cmd>UndotreeFocus<cr>" },
}, },
} }