Changelog
- (Breaking) Shell command names are shortened (e.g.
read-shell-wait
renamed toshell-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 currentshell-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. Runningcmd-hist-next
in normal mode now has no effect for consistency.