Changelog:
- Improvements
- Key sequences can be bound with <Key1><Key2> for example <Ctrl-x><Ctrl-c>.
- Different keybindings for buffers, command bar, and terminal panes can be specified.
- Better support for complex keybindings. Such as function keys, PgUp, PgDown, Delete with modifiers.
- Support for multiple cursors (internal clipboards for each cursor).
- Support for OSC52 (copy and paste via your terminal, which works over ssh).
- New clipboard option (default external). Set to internal for internal clipboard only. Set to external for xclip/xsel external clipboard. Set to terminal to use OSC52. (See > help copypaste for details on enabling support in your terminal).
- Better support for obscure terminals (reading terminfo dynamically).
- Better truecolor detection.
- No duplicates in up-arrow history.
- Graceful exit when receiving SIGTERM.
- Bug fixes
- Fix issue when fastdirty is off
- Syntax highlighting and linting fixes
- Packager notes
- man page is now available see man micro