ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Better​Tab​Cycling

by ahuff44 ALL

Tweaks the behavior of tab-switching when there are multiple panes

Details

Installs

  • Total 600
  • Win 349
  • Mac 144
  • Linux 107
Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

BetterTabCycling

In Sublime Text 3, when you have multiple panes open within a single window, holding down ctrl+pageup will cycle through all open tabs in all panes.

That's lame. It should only cycle through the tabs open in the currently active pane.

Installation

  • Install Package Control
  • Open the Command Palette (ctrl+shift+p, or find it in the “Tools” menu) and select “Package Control: Install Package”
  • Select “BetterTabCycling” from the installation panel

Usage

ctrl+pageup and ctrl+pagedown have been remapped to cycle through the tabs within the active pane.

Acknowledgements

This code was basically copied wholesale from Boris Treskunov's Pane Navigation plugin; all credit goes to him, the original author.

His plugin was only set to work in Sublime Text 2 and it seems to be abandoned, so I created this plugin to bring it to Sublime Text 3.

Boris, if you're reading this and you'd like me to take this down or transfer control to you, let me know.