mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
evil-space: A port of vim-space for evil
This program emulates vim-space initially developed by Henrik Öhman (spiiph) It help you using `<SPC>` key to repeat the last motion like what the dot `<.>` key does to repeat the last command. The motion are normally setup in pair, that means the `<S-SPC>` (or customized to what one needs) to reverse that motion. I (linktohack) latter improve it to repeat `vim-unimpared` motions like `]q<SPC><SPC>` to go to next error (`:cn`) and ability to skip `;` and `,` motion (`fFtT` still works, that means we press `fa<SPC><SPC><S-SPC>` instead of `fa;;,`.) to allow us to free map ; as : and , as <leader> Original repo: https://github.com/linktohack/evil-space My fork of vim-space: https://github.com/linktohack/vim-space And evil-space: https://github.com/linktohack/evil-space
This commit is contained in:
parent
eed9bcb1aa
commit
6f0e0de0ac
1 changed files with 1 additions and 0 deletions
1
recipes/evil-space
Normal file
1
recipes/evil-space
Normal file
|
@ -0,0 +1 @@
|
|||
(evil-space :repo "linktohack/evil-space" :fetcher github)
|
Loading…
Reference in a new issue