mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(editor): add extra navigation keybindings for vundo
Simply add ctrl variants of the standard f/b/n/p/a/e keybindings enabled in vundo-mode-map.
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
:demand
|
||||
:general
|
||||
("C-x u" 'vundo)
|
||||
(:keymaps 'vundo-mode-map
|
||||
"C-f" 'vundo-forward
|
||||
"C-b" 'vundo-backward
|
||||
"C-n" 'vundo-next
|
||||
"C-p" 'vundo-previous
|
||||
"C-a" 'vundo-stem-root
|
||||
"C-e" 'vundo-stem-end)
|
||||
|
||||
:custom
|
||||
(vundo-glyph-alist vundo-unicode-symbols))
|
||||
|
||||
Reference in New Issue
Block a user