From 25ad11c759cab3e173dd05ad041109d57e69a4ab Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 22 May 2015 08:51:32 +0300 Subject: [PATCH] Use jump to word or subword by default --- core/prelude-global-keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index cd71c79..683a0a2 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -112,8 +112,8 @@ (global-set-key (kbd "C-=") 'er/expand-region) -(global-set-key (kbd "C-c j") 'avy-goto-word-1) -(global-set-key (kbd "s-.") 'avy-goto-word-1) +(global-set-key (kbd "C-c j") 'avy-goto-word-or-subword-1) +(global-set-key (kbd "s-.") 'avy-goto-word-or-subword-1) (global-set-key (kbd "s-w") 'ace-window) (provide 'prelude-global-keybindings)