bind ace-jump-word to SPC SPC instead of ace-jump-char

This commit is contained in:
Daniel Wu 2014-11-07 20:35:20 -05:00
parent 7b383d8efc
commit fcc1e9cde2
2 changed files with 4 additions and 2 deletions

View file

@ -821,10 +821,12 @@ in a buffer containing some text:
Key Binding | Description
--------------|------------------------------------------------------------------
`<SPC> <SPC>` | initiate ace jump char mode
`<SPC> <SPC>` | initiate ace jump word mode
`<SPC> l` | initiate ace jump line mode
``<SPC> ``` | go back to the previous location (before the jump)
Hint: you may change to char mode by `C-c C-c` in word mode.
#### Window manipulation
Every window has a number displayed at the start of the mode-line and can

View file

@ -595,7 +595,7 @@ DELETE-FUNC when calling CALLBACK.
:init
(progn
(add-hook 'ace-jump-mode-end-hook 'golden-ratio)
(evil-leader/set-key "SPC" 'evil-ace-jump-char-mode)
(evil-leader/set-key "SPC" 'evil-ace-jump-word-mode)
(evil-leader/set-key "l" 'evil-ace-jump-line-mode))
:config
(progn