Search code examples
vimvim-plugin

How to jump upwards in easymotion plugin for VIM?


How to jump to the lines above the cursor while using the easymotion plugin in vim?


Solution

  • <leader><leader>f will search forward while <leader><leader>F will search backward (and such upward!). Same with t and T.

    This is analogous to standard Vim motion f / F

    This is all explained in :help easymotion.txt