-
-
Notifications
You must be signed in to change notification settings - Fork 2
9.4. Jump Using CTRL O and CTRL L
Shin Okada edited this page Aug 6, 2015
·
2 revisions
To view the jump list.
:jumps
# go back to the vim by hit enter
# from the normal mode
<C-o> # jump back to previous spot
<C-i> # jump forward to next spot
5<C-o> # jump to location 5 above location #0
5<C-l> # jump to location 5 below location #0
You need to type 5<C-o>
in the normal mode. Not in :jumps
list.
Important: The Tables of Content are generated. Any change will be overridden on the next update.
For more information: GitHub Wikifier