src.elv.sh@v0.21.0-dev.0.20240515223629-06979efb9a2a/pkg/edit/command_api.d.elv (about)

     1  # Key bindings for command mode. This is currently a very small subset of Vi
     2  # command mode bindings.
     3  #
     4  # See also [`edit:command:start`]().
     5  var command:binding
     6  
     7  # Enter command mode. This mode is intended to emulate Vi's command mode, but
     8  # it is very incomplete right now.
     9  #
    10  # See also [`$edit:command:binding`]().
    11  fn command:start { }