mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Flip C-f/C-b and M-f/M-b back to their defaults
To stay consistent with Emacs' keybinds.
This commit is contained in:
@ -22,10 +22,6 @@
|
|||||||
|
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(define-key! :keymaps +default-minibuffer-maps
|
(define-key! :keymaps +default-minibuffer-maps
|
||||||
"C-f" #'forward-word
|
|
||||||
"C-b" #'backward-word
|
|
||||||
"M-f" #'forward-char
|
|
||||||
"M-b" #'backward-char
|
|
||||||
"C-j" #'next-line
|
"C-j" #'next-line
|
||||||
"C-k" #'previous-line
|
"C-k" #'previous-line
|
||||||
"C-S-j" #'scroll-up-command
|
"C-S-j" #'scroll-up-command
|
||||||
|
Reference in New Issue
Block a user