Skip to content

v2019.01.20

Compare
Choose a tag to compare
@mawww mawww released this 20 Jan 11:57
· 3326 commits to master since this release
  • auto_complete has been renamed to autocomplete for more
    consistency.

  • Start of a builtin key parser in the ncurses ui bypassing
    the ncurses one. Can be favored by setting the ui option
    ncurses_builtin_key_parser to true.

  • Right clicks extend the current selection, the control modifier allows
    merging all the selections after extension.

  • The regex highlighter now supports named capture groups to
    ease readability.