Update help file to clarify nuwiki and vimwiki command forms
CI / cargo fmt --check (push) Successful in 17s
CI / cargo clippy (push) Successful in 21s
CI / cargo test (push) Successful in 29s
CI / editor keymaps (push) Successful in 1m21s

This commit is contained in:
2026-05-30 03:35:15 +00:00
parent a1a0c44a62
commit 753d9e28ea
+8 -3
View File
@@ -228,12 +228,17 @@ Vim-specific globals ~
Override the auto-discovered server binary path. If set and the Override the auto-discovered server binary path. If set and the
file is readable, it overrides the `{plugin}/bin/nuwiki-ls` default. file is readable, it overrides the `{plugin}/bin/nuwiki-ls` default.
==============================================================================
============================================================================== ==============================================================================
5. COMMANDS *nuwiki-commands* 5. COMMANDS *nuwiki-commands*
Every command listed below is registered buffer-local on `.wiki` files All commands are available in both forms:
under both names: the `:Vimwiki*` form (for migration from vimwiki) and - Canonical form: :Nuwiki*
the canonical `:Nuwiki*` alias. Only the `:Vimwiki*` form is shown. - Vimwiki-compatible form: :Vimwiki*
Every command listed below is registered buffer-logic on `.wiki` files.
Only the `:Vimwiki*` form is shown in this document for brevity.
Wiki / navigation ~ Wiki / navigation ~