How do I view the list of positions I have jumped to in Vim?
:jumps
How it works Vim keeps a jump list that records your cursor position every time you make a jump.
3 results for "ctrl o jump list"
:jumps
How it works Vim keeps a jump list that records your cursor position every time you make a jump.
<C-o>
The (Ctrl+o) command jumps the cursor backward through the jump list, returning you to previous cursor positions.
<C-i>
Every time you make a "jump" — using G, /, %, :tag, , or similar commands — Vim records your position in the jump list.