Sublime Forum

[solved] Key bindings, is there any way to to navigate 'back' and 'forward'

#1

in eclipse or vs or si, I can type alt+← to navigate to last view(back) or alt+→ to next view(forward), is there any keyboard shortcut or plugin to do this in sublime text.

for example, i’m reading some code file, ln123 which is a=1; then i jump to a’s define line to see what a is, then i want to jump back to keep reading,what should i do now

i tried searching in package control and nothing seems related

0 Likes

#2

this seems to be a cross post from SO:

have you considered using Jump Back and Jump Forward from the Goto menu? Alt± and Alt+Shift±? You could rebind these to alt+← etc if you wanted.

2 Likes

#3

thank you very much, that helps a lot

0 Likes