Emacs: Move avy-goto-word keybinding It was shadowing some useful keybinds, like M-s M-w (eww-search-words)
Alan Pearce alan.pearce@spotcap.com
Wed, 21 Sep 2016 13:22:30 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -2152,7 +2152,7 @@ (use-package avy :bind* (("M-g g" . avy-goto-line) ("M-g M-g" . avy-goto-line) ("C-|" . avy-goto-line) - ("M-s" . avy-goto-word-1) + ("M-r" . avy-goto-word-1) ("C-c SPC" . avy-goto-char-timer)) :config (progn (avy-setup-default)