Hi,
I am reading through old sublime blog articles and found the jump feature.
I tried to reassign it to
{"keys": "alt++"], "command": "jump_forward"},
But the command does not get called. ctrl++ as for zooming works.
Thanks for help
Silberling
Hi,
I am reading through old sublime blog articles and found the jump feature.
I tried to reassign it to
{"keys": "alt++"], "command": "jump_forward"},
But the command does not get called. ctrl++ as for zooming works.
Thanks for help
Silberling
Have a look to your default key bindings:
{ "keys": "alt+keypad_minus"], "command": "jump_back" },
{ "keys": "alt+shift+keypad_minus"], "command": "jump_forward" },
{ "keys": "alt+-"], "command": "jump_back" },
{ "keys": "alt+shift+-"], "command": "jump_forward" },
Yea. And I reassigned it to alt++ but it does not work. I don’t understand what you try to tell me.
Sorry, I had misunderstood your problem.
But as far as i know is the ‘+’ sign not valid. See the list of Bindable Keys.