Frage

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

War es hilfreich?

Lösung

<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

Andere Tipps

To search words backwards use <Leader><Leader>b
Try <Leader><Leader>B to search WORDS

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top