How to jump to the lines above the cursor while using the easymotion plugin in vim?
<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