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

Tabs​Limiter

by ejoubaud ST2

A Sublime Text plugin to limit the number of tabs. Once the limit is reached, newer tabs will just replace old ones.

Details

  • 2013.03.16.01.33.41
  • github.​com
  • github.​com
  • 11 years ago
  • 12 minutes ago
  • 11 years ago

Installs

  • Total 525
  • Win 189
  • Mac 232
  • Linux 104
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 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 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
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 Tabs Limiter

Description

Once you reach a certain number of tabs, they become useless. You can't even see their name properly, nor remember which one is where and contains what.

This plugin works a bit like iPad's Safari. It will automatically replace older tabs when you open a new one, so you don't overreach a configurable limit.

Its target is focus and peace of mind, so it will never close any tab with unsaved work, nor display any notification. If you have nothing but tabs with unsaved work, it will just ignore the limit and create a new tab anyway.

Installation

The most straightforward installation method is via Will Bond's Package Control. If you prefer, you can also clone (or copy the contents of) this repository into your Sublime Text ./Packages folder:

git clone https://github.com/ejoubaud/SublimeTabsLimiter.git

Configuration

For now, TabsLimiter's configuration file allows you to:

  • set your own limit for the number of tabs
  • limit the number of tabs in a display group, or for the whole window (the sum of all groups)
  • specify the order of tabs removal: ** inactive tabs first (tabs that have been loaded/saved longer before go first) ** active tabs first (tabs that have been loaded/saved more recently go first) ** from the right (if you want to keep a handful of reference files at keyboard shortcut range) ** from the left (if have rather to keep more recent tabs over older ones)

Limitations

Close on preview in sidebar

Due to a bug in SublimeText's API, it is not possible to close other tabs when opening a tab from the sidebar. So TabsLimiter has to close older tab when the preview of the file is loaded.

If you've already reached your tabs limit and just click on a file in the sidebar, it will instantly close the other file and you'll have to click again to display the preview. The same goes double-click, the first will close a tab, and only the second will open the new one.

Preview/loading from the Sublime's file search doesn't have this problem.

Limit can be violated

This is a feature, but the limit you set is not an absolute boundary.

This is a focus tool, so we want to avoid distraction and favour peace of mind. So, TabsLimiter will never close any unsaved tab, nor display any alert or notification.

The result is that when you've reached the tab limit, but no tab can be closed because they all contain unsaved work, a new tab will just be created, ignoring the limit.