Vim cursor stacks: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 September 2022

  • curprev 02:5202:52, 26 September 2022Will talk contribs 921 bytes +921 Created page with "There are two stacks in vim that keep track of your position.<br> * The '''tagstack''' keeps track of your position between <code><C-]></code> tag jumps * The '''jumpstack''' keeps track of all of your cursor positions (through files) = Tag Stack = <blockquote> Jump-Searching with tagstack <syntaxhighlight lang="vim"> " tag: lookup, jump to definition " ================================ :tag keyword <C-]> g-<lmb> " tagselect: lookup, choose from definitions " =======..."