mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 18:07:51 +08:00
08007a52ce
For example, [`put`]() links to the elvdoc for "put". Also remove the @cf macro now that implicit targets make it easier to link to other elvdoc sections.
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
# Key bindings for command mode. This is currently a very small subset of Vi
|
|
# command mode bindings.
|
|
#
|
|
# See also [`edit:command:start`]().
|
|
var command:binding
|
|
|
|
# Enter command mode. This mode is intended to emulate Vi's command mode, but
|
|
# it is very incomplete right now.
|
|
#
|
|
# See also [`$edit:command:binding`]().
|
|
fn command:start { }
|