You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Breaking) Ability to map normal commands in cmap is removed. This has caused a number of bugs in the previous release. A different mechanism for a similar functionality is planned.
(New) A new command line flag -command has been added to execute a command on client initialization (by @TeddyDD).
(New) A select command is now executed after initialization if the first command line argument is a file.
(New) A prompting mechanism has been added to the builtin delete command.
(Fix) Input and output in shell-pipe commands were broken with cmap patch. This should now work as before.
(Fix) Some push commands were broken with cmap patch and sometimes ignored command line mode for some keys to execute as in normal mode. This should now work as before.
(Fix) Read and shell commands should now also work when typed manually (e.g. typing :shell should switch the prefix to $).
(Fix) Configuration files are now read after initialization.
(Fix) Background colors are removed from defaults to avoid confusion with selection highlighting.