Skip to content

4105-7.0.0

Compare
Choose a tag to compare
@jfcherng jfcherng released this 23 Jul 03:06
· 92 commits to st4 since this release
e7ef43c

This is more of a clean up version without functional changes.

  • refactor: drop ST 3 support

  • refactor: default mouse binding has been removed

    If you need the mouse binding, add

    [
        // open URL via: alt + right click
        {
            button: 'button2',
            modifiers: ['alt'],
            command: 'open_context_url',
        },
    ]