File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Clear Out The Jump List
22
3- Vim uses a jump list to track all they jumps you've made during a session.
4- Vim can even be configured to keep a record of those jumps between sessions.
5- This is really handy for a long-lived project, but what if you want those
6- jumps cleared out?
3+ Vim uses a [ jump list to track all they jumps you've
4+ made] ( jump-back-to-the-latest-jump-position.md ) during a session. Vim can
5+ even be configured to keep a record of those jumps between sessions. This
6+ is really handy for a long-lived project, but what if you want those jumps
7+ cleared out?
78
89You can clear them out for the current and subsequent windows using
910` :clearjumps ` . The jump list for existing windows will be unchanged and once
You can’t perform that action at this time.
0 commit comments