mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
private/default: fix C-a in evil-ex
This commit is contained in:
@@ -737,6 +737,10 @@
|
||||
"C-f" #'forward-word
|
||||
"M-z" #'doom/minibuffer-undo)
|
||||
|
||||
(:after evil
|
||||
(:map evil-ex-completion-map
|
||||
"C-a" #'move-beginning-of-line))
|
||||
|
||||
(:map messages-buffer-mode-map
|
||||
"M-;" #'eval-expression
|
||||
"A-;" #'eval-expression)
|
||||
|
Reference in New Issue
Block a user