Skip to content

Commit e068665

Browse files
committed
Link to a previous TIL post
1 parent 96c05f5 commit e068665

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

vim/clear-out-the-jump-list.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

89
You can clear them out for the current and subsequent windows using
910
`:clearjumps`. The jump list for existing windows will be unchanged and once

0 commit comments

Comments
 (0)