elves/elvish

View on GitHub
pkg/edit/command_api.d.elv

Summary

Maintainability
Test Coverage
# 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 { }