private/default: fix C-a in evil-ex
This commit is contained in:
parent
de1a955cd9
commit
b0a2e97baa
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue