mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
excmds: doc: explain how :command works a bit more
This commit is contained in:
parent
efea7e2041
commit
1ddd4fd2a5
1 changed files with 3 additions and 0 deletions
|
@ -2984,6 +2984,9 @@ export async function taball(id: string) {
|
|||
* - `command tn tabnext_gt`
|
||||
* - `command hello t` This will expand recursively into 'hello'->'tabopen'
|
||||
*
|
||||
* Commands/aliases are expanded as in a shell, so, given the commands above,
|
||||
* entering `:tn 43` will expand to `:tabnext_gt 43`.
|
||||
*
|
||||
* Note that this is only for excmd->excmd mappings. To map a normal-mode
|
||||
* command to an excommand, see [[bind]].
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue