docs(client): document link-follow commands on both editors + tab-drop
CI / cargo fmt --check (push) Successful in 19s
CI / cargo clippy (push) Failing after 18s
CI / cargo test (push) Successful in 40s
CI / editor keymaps (push) Successful in 1m26s

The split/tab link-follow commands are no longer Neovim-only; document
:Nuwiki/Vimwiki{Split,VSplit,Tabnew,TabDrop,GoBack}Link and note that
<C-S-CR> follows a link in a tab reusing an existing one. Tick parity
gap P1 #1 in the tracking doc.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 07:54:32 -03:00
parent 82b6bc9c60
commit 214707e327
3 changed files with 32 additions and 9 deletions
+21 -1
View File
@@ -284,6 +284,25 @@ Wiki / navigation ~
:NuwikiFollowLink
Follow the link under the cursor.
*:NuwikiSplitLink*
:NuwikiSplitLink
*:NuwikiVSplitLink*
:NuwikiVSplitLink
*:NuwikiTabnewLink*
:NuwikiTabnewLink
Follow the link under the cursor in a horizontal split, vertical
split, or new tab respectively.
*:NuwikiTabDropLink*
:NuwikiTabDropLink
Follow the link under the cursor in a tab, reusing an existing tab
if the target file is already open (otherwise a new tab is created).
*:NuwikiGoBackLink*
:NuwikiGoBackLink
Jump back to where you followed the link from (via the jumplist,
|CTRL-O|).
*:NuwikiBacklinks*
:NuwikiBacklinks
Show all references to the current page.
@@ -412,7 +431,8 @@ Links (normal mode) ~
wraps as `[[word]]` (second <CR> follows the link).
<S-CR> Follow in a horizontal split.
<C-CR> Follow in a vertical split.
<C-S-CR> Follow in a new tab.
<C-S-CR> Follow in a tab, reusing an existing tab if the file is
already open.
<BS> Jump back (`<C-o>`).
<Tab> Next wikilink on or after the cursor.
<S-Tab> Previous wikilink.