mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: fix C-b/C-f in evil ex command line
This commit is contained in:
@ -736,7 +736,9 @@
|
||||
|
||||
(:after evil
|
||||
(:map evil-ex-completion-map
|
||||
"C-a" #'move-beginning-of-line))
|
||||
"C-a" #'move-beginning-of-line
|
||||
"C-b" #'backward-word
|
||||
"C-f" #'forward-word))
|
||||
|
||||
(:map messages-buffer-mode-map
|
||||
"M-;" #'eval-expression
|
||||
|
Reference in New Issue
Block a user