begriffs / haskell-vim-now

One-line Haskell Vim install
MIT License
988 stars 100 forks source link

How to use easymotion? #240

Closed suzumiyasmith closed 7 years ago

suzumiyasmith commented 7 years ago

Sorry for my naive question. I check :map but cannot find key binding for in easymotion. And I wanna ask how to jump to next error. Thanks for your patience for a fresher.

tdfirth commented 7 years ago

If you haven't figured this out by now, double tap the leader key (which is , if you haven't changed it). Then press the movement key in the direction you want to move. E.g., ,,j will open up all of your options to move down or ,,w will open up your options to jump forward by the start of words.

suzumiyasmith commented 7 years ago

Really thank you. I stuck on which key is <leader> for such a long time. Thanks for your attention for a vim newb again. :D