Sublime Forum

jump_forward alt++

#1

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

0 Likes

#2

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" },
0 Likes

#3

Yea. And I reassigned it to alt++ but it does not work. I don’t understand what you try to tell me.

0 Likes

#4

Sorry, I had misunderstood your problem.
But as far as i know is the ‘+’ sign not valid. See the list of Bindable Keys.

0 Likes