Sublime Forum

Ok I am getting a bit too lazy here but please bear with me

#1

So I just started using Sublime like a week ago and there’s a serious problem.
It’s that and everytime I run a set of code I have to lift my hand up towards the mouse and then click somewhere on the code section of window to bring the cursor out of the terminal and continue coding.

So… Is there a keybind that allows me to type in new code after running running the program without using the mouse?

0 Likes

#2

If you’re working fully within Sublime, then you must be using some external package like Terminus or the like because by default Sublime doesn’t put the focus in output panels when it executes code (since you can’t enter any input into the program or interact with it at all).

In any case, you can shift the input focus from an input panel to any group of files in the split layout by using ctrl+1 to give the focus to the first group, ctrl+2 to give focus to the second, and so on. When the focus is within a group you can also alt+1 to jump to the first file, alt+2 to jump to the second, etc.

1 Like

#3

Thanks ma man
Ur a life saver
If you ever come to Los Angeles let me know I’ll give u advice for feee as that’s the only thing I can do to return the favour

0 Likes