How do I execute a motion or command without adding an entry to the jump list?
The :keepjumps modifier lets you run any movement or command without recording a new entry in the jump list.
category:
navigation
tags:
#navigation
#ex-commands
#jump-list
#normal-mode
#vimscript
How do I make the Neovim jump list behave like a browser history stack instead of a ring?
By default Vim's jump list is a ring: if you press to go back several positions and then make a new jump, the list wraps around and future entries are preserved
category:
navigation
tags:
#navigation
#jump-list
#config
How do I reset the jump list to start fresh in the current window?
The :clearjumps command wipes the jump list for the current window, giving you a clean slate for and navigation.
category:
navigation
tags:
#navigation
#jumps
#jump-list
#normal-mode