Move forward and backward in Vim jumps list

Tags: vim

Vim record your as jump list

To see your jump list use :jumps

You can go backward in jump list by using command

ctl+0

For go forward you this command

ctrl+i

You can repeat it to continue go backward and forward by typing the command again.

Example

H, M, L are for moving to the top, middle, bottom respectively.

enter image description here