runtime/help: Align tab's documentation to vsplit

This commit is contained in:
Jöran Karl
2024-10-14 20:53:54 +02:00
parent acabf2b492
commit ff4c5c83f2
2 changed files with 5 additions and 2 deletions

View File

@@ -82,7 +82,9 @@ quotes here but these are not necessary when entering the command in micro.
* `hsplit ['filename']`: same as `vsplit` but opens a horizontal split instead
of a vertical split.
* `tab ['filename']`: opens the given file in a new tab.
* `tab ['filename']`: opens the given file in a new tab. If no filename
is provided, a tab is opened with an empty buffer. If multiple files are
provided (separated via ` `) they are opened all as tabs.
* `tabmove '[-+]n'`: Moves the active tab to another slot. `n` is an integer.
If `n` is prefixed with `-` or `+`, then it represents a relative position