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

Hide Tabs

by croach ST2

A Sublime Text package to manage hiding and showing tabs depending on how many views are visible.

Details

  • 2015.09.30.20.09.58
  • github.​com
  • github.​com
  • 9 years ago
  • 19 minutes ago
  • 12 years ago

Installs

  • Total 611
  • Win 269
  • Mac 240
  • Linux 102
Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12
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 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 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

Sublime Hide Tabs

Sublime Text plugin to manage hiding and showing tabs depending on how many views are in the active window.

Installation

The easiest way to install the Hide Tabs plugin is with Package Control. If you don't have it installed, you can always do the following:

  1. Either download (and unzip) the zip file or clone the repository
  2. Move the unzipped (or cloned) directory into the Packages folder for your platform

To find the Packages folder

  1. Open Sublime Text
  2. Open the python console Ctrl-`
  3. Type the following into the python console:

    >>> import sublime
    >>> sublime.packages_path()
    

Usage

To use the Hide Tabs plugin, you must first make sure that the tabs are hidden by default. Anytime the hide/show functionality gets “out of whack”, just run through the following steps:

  1. Open up Sublime Text (and close all tabs, if any, that are open)
  2. Select View > Hide Tabs
  3. Quit Sublime Text (to make sure your new preferences are saved)