You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iury O. G. Figueiredo edited this page Mar 6, 2017
·
2 revisions
Create a spot
Sometimes we need to create marks to remember text positions. For creating a spot
just switch to NORMAL mode, then place the cursor on the desired line then press:
<Control-b>
It will shade the line, in order to unshade just press again the same Keycomamnd.
Jump to the previous spot
<Control-n>
It will make the cursor jump to the previous shaded line.
Jump to the next spot
<Control-m>
It will make the cursor jump to the next shaded line.
Jump to a given Line.Col position
Switch to NORMAL mode, then press:
<Control-q>
It will appear an inputbox widget in which you can insert the desired position
to place the cursor on. Try inserting the following values
3
4
4.2
2.3
In a file with more than 5 lines.
Notes
Some plugins may use vy spots plugin functionality to improve
utility. It happens with html_checker plugin, html_checker plugin
creates spots over lines with errors, then it is possible
to jump back/next to the errors by using spots's keycommands.