All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:52, 26 September 2022 Will talk contribs created page Vim cursor stacks (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 " =======...")