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:
parent
c1127a5bde
commit
01ab30adeb
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@
|
|||
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(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-k" #'previous-line
|
||||
"C-S-j" #'scroll-up-command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue