From 01ab30adeb5d975d36d8d960cd1bb3d99dc54180 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 27 Apr 2020 01:43:51 -0400 Subject: [PATCH] Flip C-f/C-b and M-f/M-b back to their defaults To stay consistent with Emacs' keybinds. --- modules/config/default/+evil-bindings.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 8b8c9434b..b3ab8da21 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -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