diff options
author | Alan Pearce | 2016-09-21 13:22:30 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-21 13:22:30 +0200 |
commit | b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9 (patch) | |
tree | 167368d6d66b7d4affd30a69a726408b33c0e2db /tag-emacs/emacs.d/init.org | |
parent | 2587fbbdc3fde08ee4d1ae2e5c82b832524c7808 (diff) | |
download | nixfiles-b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9.tar.lz nixfiles-b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9.tar.zst nixfiles-b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9.zip |
Emacs: Move avy-goto-word keybinding
It was shadowing some useful keybinds, like M-s M-w (eww-search-words)
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index f8a23e64..19646d8a 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) |