Page MenuHomeSolus

Update micro to 2.0.7
ClosedPublic

Authored by Harvey on Sep 7 2020, 3:20 AM.
Tags
None
Referenced Files
F11037904: D9598.diff
Wed, Aug 9, 9:27 PM
F10875383: D9598.id23117.diff
Jun 20 2023, 5:32 AM
F10851029: D9598.id23116.diff
Jun 12 2023, 8:51 AM
F10850007: D9598.id23157.diff
Jun 12 2023, 12:19 AM
F10848988: D9598.id23117.diff
Jun 11 2023, 5:31 PM
F10827100: D9598.diff
Jun 4 2023, 4:31 AM
F10768441: D9598.diff
May 20 2023, 6:30 AM
F10762051: D9598.id.diff
May 18 2023, 2:38 PM
Subscribers

Details

Summary

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
Test Plan
  • micro --version
  • install and use filemanager plugin
  • create a new text file, edit, save, re-open
  • Write this summary using micro

Diff Detail

Repository
R2071 micro
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harvey requested review of this revision.Sep 7 2020, 3:20 AM
Harvey updated this revision to Diff 23117.

Add maintainer file, as requested by girt awhile back

This revision is now accepted and ready to land.Sep 9 2020, 2:24 PM
This revision was automatically updated to reflect the committed changes.