I understand what the keyboard shortcuts do, they go to either “previous” or “next” connection, but it really just goes either “right” or “left” whereas I would expect it to go to the tab I previously came from, regardless of it was to the left or the right of the current tab.
In notepad++ the ctrl+tab behavior acts as I described; it goes backwards chronologically between previously used tabs, it doesn’t just move left and right. In Firefox, I forgot that I had to set a config setting to make it work, that is, from about:config, set browser.ctrlTab.preview=true
. However, as previously stated, in Netbeans and Phpstorm it also does this by default.
The Ctrl+PgUp/pgDown is good to know.