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 613
  • Win 354
  • Mac 149
  • Linux 110
Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 1 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.