nvim: undotree: made CTRL+U also focus the undotree window
This commit is contained in:
parent
6f5abc73d5
commit
6f1a7b61f5
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"mbbill/undotree",
|
||||
keys = {
|
||||
{ "<C-u>", "<cmd>UndotreeToggle<cr>" },
|
||||
{ "<C-u>", "<cmd>UndotreeToggle<cr><cmd>UndotreeFocus<cr>" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue