Skip to content

r2

Compare
Choose a tag to compare
@gokcehan gokcehan released this 06 Apr 20:42
· 776 commits to master since this release

Changelog

  • (Breaking) Shell command names are shortened (e.g. read-shell-wait renamed to shell-wait).
  • (New) A new shell command type named shell-pipe is introduced that runs with the ui. See the updated documentation for the motivation and some example use cases.
  • (New) A new command named cmd-interrupt (default <c-c>) is introduced to interrupt the current shell-pipe command.
  • (New) A new command named select is introduced that changes current file selection to its argument.
  • Running cmd-hist-prev in normal mode now always starts with the last item to avoid confusion. Running cmd-hist-next in normal mode now has no effect for consistency.