ice9js / ace-jump-sublime

Jump between characters in Sublime Text 3 without using a mouse at ease
MIT License
202 stars 31 forks source link

ST4 4107 Key binding overrides not working (default for `ace_jump_after` is core ST shortcut) #83

Open benfrain opened 3 years ago

benfrain commented 3 years ago

Hi, love this plugin, put I've noticed two things recently:

  1. The default keybinding for ace_jump_after is set to ["ctrl+."] which is the macOS default in Sublime for 'next modification'.
  2. Overrides in the User key map file don't seem to work. This has no effect:
{
        "keys": ["ctrl+shift+."],
        "command": "ace_jump_after"
    }

Hope you're able to fix this.