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

Goto​Tab

by SublimeText ALL

Goto Tab plugin for Sublime Text 2 Editor

Details

  • 2016.09.27.16.45.03
  • github.​com
  • 8 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 3K
  • Win 2K
  • Mac 904
  • Linux 706
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7
Windows 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Description

Lets you open tabs tab number # counting from the left in Sublime Text 2. See: http://www.sublimetext.com/

Package Installation

From the package manager (https://github.com/wbond/package_control_channel), this is listed under 'GotoTab'.

From Git:

  • Bring up a git-enabled command line in the Packages/ folder of your Sublime user folder, and execute the following:

    > git clone git://github.com/leegould/GotoTab.git

Install manually:

  • Download this repository
  • Go to menu "Preferences" -> "Browse Packages"
  • There should be a lot of folders. Create a new folder called "GotoTab"
  • Put this repository into that folder

Defaults

  • The default windows & linux key bindings set ctrl-1 through ctrl-8 as tabs 1 through 8, with ctrl-9 going to the last tab (as in common browsers)
  • The default osx key bindings set cmd-1 through cmd-8 as tabs 1 through 8, with cmd-9 going to the last tab (as in common browsers)

Usage

The plugin allows you to switch to the numbered tab via a key binding. Currently bindings are included for Windows and OSX.

After you have installed the plugin; an example of use, if you have 3 files open in 3 tabs, pressing ctrl+1 (windows) / cmd-1 (OSX) will switch to the first tab, ctrl+2/cmd+2 will switch to the second tab and ctrl+3/cmd+3 will switch to the third tab. ctrl+4/cmd+4 will do nothing until you have a fourth tab open.