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

Tabright

Plugin for Sublimetext to create new tabs on the right.

Details

  • 2013.11.07.18.58.46
  • github.​com
  • github.​com
  • 12 years ago
  • 2 hours ago
  • 14 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Sublime Text 2 / 3 Plugin: Tabright

A plugin for Sublime Text 2 / 3 that opens new tabs on the far right (or far left), instead of directly next to the currently active tab. This makes the interface of Sublime Text more predictable and user-friendly.

Installation

Tabright is available from Package Control!

  • through Package Control (http://wbond.net/sublime_packages/package_control)
    • After installing Package Control, restart Sublime Text
    • Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
    • Select “Package Control: Install Package”
    • Select “Tabright”

or

  • clone to your Sublime Text 2 Packages folder located at
    • Windows: %APPDATA%\Sublime Text 2
    • OS X: ~/Library/Application Support/Sublime Text 2
    • Linux: ~/.config/sublime-text-2

Preferences

You can change where Tabright opens new tabs in the User Settings for this plugin. (Preferences -> Package Settings -> Tabright -> Settings -> User)

{
   "open_new_tabs_at": "far_right" // available options: far_right (default) or far_left
}

You can also choose to have only files open at the far right (or far left). Newly created empty tabs will still open the regular way, if that suits your workflow.

{
   "files_only": false // available options: false (default) or true
}

Thanks

I've been helped by awesome people in the Sublime Text Forums and here on Github, who reported bugs and pointed out improvements.