Reputation: 6206
I'm using Aptana Studio 3 and am looking for a command that will take me to the previous editor I was in (a la Netbeans ctrl-tab or Eclipse's ctrl-F6). I've tried several commands with promising sounding names but none of them seem to behave properly. Any thoughts?
Upvotes: 0
Views: 107
Reputation: 783
Go to Windows->Preferences->General->Keys
and have a look at the key binding you have set for the commands 'Next Editor' and 'Previous Editor'. Type those commands in the filter search box to save yourself having to scroll.
On Windows the shortcuts for next and previous editor are in fact Ctrl+F6
and Ctrl+Shift+F6
respectively, which also happen to be the defaults in Eclipse. So if your key bindings for those commands are not set then you can set them here.
Upvotes: 2