Changelog
- (Breaking) Shell command names are shortened (e.g.
read-shell-waitrenamed toshell-wait). - (New) A new shell command type named
shell-pipeis 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 currentshell-pipecommand. - (New) A new command named
selectis introduced that changes current file selection to its argument. - Running
cmd-hist-previn normal mode now always starts with the last item to avoid confusion. Runningcmd-hist-nextin normal mode now has no effect for consistency.