Jumping to previously visited locations
From Vim Tips Wiki
(Redirected from VimTip10)
Tip 10 Previous Next Created: February 24, 2001 Complexity: basic Author: Yegappan Version: 5.7
Vim remembers all the locations visited by you in a file in a jump list. You can jump to the older locations in the jump list by pressing the Ctrl-O key. You can jump to the newer locations by pressing the Ctrl-I or Tab key. Each Vim window has a separate jump list. You can display the jump list for the current window using the ":jumps" command.
