6 ms·
I use <space> as my Easymotion leader.. https://github.com/Lokaltog/vim-easymotion https://github.com/Lokaltog/vim-easymotion it's well worth a look, gives yo
by q_revert 13y ago
I use <space> as my Easymotion leader..
https://github.com/Lokaltog/vim-easymotion https://github.com/Lokaltog/vim-easymotion
it's well worth a look, gives you super quick fine grained movement
similarly
inoremap jj <ESC>
to take you from INSERT mode to NORMAL mode is nice
- eridius 13y agoI've been using inoremap jk <ESC> for a long time now, and it works like a charm.
- normalocity 13y agoI like the jj trick as well.
- thenmar 13y agojj is great, I also use ; as : to save a key press on a very common command
- daGrevis 13y agoI used `;` remapped to `:` for some time as well, but native functionality of `;` is just too awesome!