Sublime Forum

[BUG] Jump Forward

#22

I tried the OP’s steps - jump back and then forward and it works fine for me on build 3154 on Ubuntu Mate 16.04…

0 Likes

#23

My current workaround is to use shortcuts that don’t contain “Alt” as their first key press:

[
    { "keys": ["ctrl+alt+left"], "command": "jump_back" },
    { "keys": ["ctrl+alt+right"], "command": "jump_forward" }
]

You can read more about the cause in my comment on the GitHub issue.

0 Likes