From b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 21 Sep 2016 13:22:30 +0200 Subject: Emacs: Move avy-goto-word keybinding It was shadowing some useful keybinds, like M-s M-w (eww-search-words) --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index f8a23e6..19646d8 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2152,7 +2152,7 @@ somehow I prefer it. :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) -- cgit 1.4.1