Changelog
- (Breaking) Ability to map normal commands in
cmapis 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
-commandhas been added to execute a command on client initialization (by @TeddyDD). - (New) A
selectcommand is now executed after initialization if the first command line argument is a file. - (New) A prompting mechanism has been added to the builtin
deletecommand. - (Fix) Input and output in
shell-pipecommands were broken withcmappatch. This should now work as before. - (Fix) Some
pushcommands were broken withcmappatch 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
:shellshould 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.