all repos — nixfiles @ b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9

System and user configuration, managed by nix and home-manager

Emacs: Move avy-goto-word keybinding It was shadowing some useful keybinds, like M-s M-w (eww-search-words)

Alan Pearce
commit

b9b86fcefd2bd47d8b42a7f48af4f4c1ea9f72d9

parent

2587fbbdc3fde08ee4d1ae2e5c82b832524c7808

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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)