command_api.d.elv 371 B

1234567891011121314151617
  1. #elvdoc:var command:binding
  2. #
  3. # Key bindings for command mode. This is currently a very small subset of Vi
  4. # command mode bindings.
  5. #
  6. # @cf edit:command:start
  7. #elvdoc:fn command:start
  8. #
  9. # ```elvish
  10. # edit:command:start
  11. # ```
  12. #
  13. # Enter command mode. This mode is intended to emulate Vi's command mode, but
  14. # it is very incomplete right now.
  15. #
  16. # @cf $edit:command:binding