Changelog
- (Breaking) Following commands are renamed for clarity and consistency:
botis renamed tobottomcmd-delete-wordis renamed tocmd-delete-unix-wordcmd-begis renamed tocmd-homecmd-delete-begis renamed tocmd-delete-homecmd-compis renamed tocmd-completecmd-hist-nextis renamed tocmd-history-nextcmd-hist-previs renamed tocmd-history-prevcmd-putis renamed tocmd-yank
- (New) Support for alt key bindings have been added using the commonly used escape delaying mechanism. Delay value is set to 100ms which is also used for other escape codes in termbox. Keys are named with an
aprefix, as in<a-f>foraltandfkeys. Also note that the old mechanism for alt keybindings on 8-bit terminals still works as before. - (New) Following command line commands and their default alt keybindings have been added:
cmd-wordwith<a-f>cmd-word-backwith<a-b>cmd-capitalize-wordwith<a-c>cmd-delete-wordwith<a-d>cmd-uppercase-wordwith<a-u>cmd-lowercase-wordwith<a-l>cmd-transpose-wordwith<a-t>
- (Fix) Default editor, pager, and opener commands should now work in windows. Opener still only works with paths without spaces though.
- (Fix) 8-bit color codes and attributes are not confused anymore.
- (Fix) History selection is disabled when a piping shell command is running.
- Searches are now excluded from history.