Skip to content

Commit

Permalink
Use jump to word or subword by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 22, 2015
1 parent 04a663f commit 25ad11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/prelude-global-keybindings.el
Expand Up @@ -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)
Expand Down

0 comments on commit 25ad11c

Please sign in to comment.