elvish/pkg/edit/command_api.d.elv
Qi Xiao 08007a52ce website/cmd/md2html: Support implicit link targets to elvdoc sections.
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.
2023-01-02 02:36:58 +00:00

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 { }