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

Zen Tabs

by travmik ALL

The ultimate plugin for Sublime Text 2/3 to keep your tabs in Zen

Details

  • 1.1.13
  • github.​com
  • github.​com
  • 10 years ago
  • 27 minutes ago
  • 11 years ago

Installs

  • Total 38K
  • Win 22K
  • Mac 9K
  • Linux 6K
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 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4
Windows 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 2 0 2 0 0 0 0 2 1 0 0 0 0 0 0 1 0 0 0 1 0 1 2 0 1 3
Mac 1 0 1 0 0 1 0 1 1 0 1 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 1 0 0 0 0
Linux 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 2 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

ZenTabs

Zen Tabs is a Sublime Text 2/3 plugin that helps you to keep you tab bar in Zen.
How often do you see something like this? It is useless pice of sh… Isn't it?
Now it stops!
Now you can be in Zen when you are working with Sublime Text.
Focused and with peace in mind.

Your tab bar can always have a look like this:
Or even like this:

You have to do nothing for this. You just need to install this package, set opened tabs limit(default 10) and enjoy. When you will open 11th tab the oldest one will be closed. And don't worry it will never close any tab with unsaved work. If you have nothing but tabs with unsaved work, it will just ignore the limit and create a new tab anyway.

Installation

To install this plugin, you have three options:
1. If you have Sublime Package Control installed, simply search for Zen Tabs to install.
2. Clone source code to Sublime Text packages folder Sublime Text 2/Packages.
3. Download archive with the latest release and unpack it to Sublime Text packages folder Sublime Text 2/Packages.

OSX

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/travmik/ZenTabs.git

Linux

cd ~/.config/sublime-text-2/Packages
git clone git://github.com/travmik/ZenTabs.git

Windows

cd "%APPDATA%\Sublime Text 2\Packages"
git clone git://github.com/travmik/ZenTabs.git

Key bindings

Preferences > Package Settings > Zen Tabs > Key Bindings
alt+shif+r - reload settings without restarting sublime
alt+tab - show Tab Browser with opened tabs

Settings

Preferences > Package Settings > Zen Tabs > Settings
* open_tab_limit: Controls the maximum allowed number of tabs. Note that edited or draft tabs are not count towards this limit. The default is 10.
* highlight_modified_tabs: Makes tabs with modified files more visible. True by default.
* show_full_path: Show full path to file in Tab Browser. False by default. Zennn….
After editing don't forget to press alt+shift+r to reload settings.

Tab Browser

To open Tab Browser just press alt+tab(default - can be changed in key-binding):

  • you can proceed to push alt+tab and move through tabs
  • you can use arrow keys to move through tabs
  • you can start typing name of tab to filter items in panel

Zen sybols:
^ current opened tab
* modified tab
# read only tab

Features and improvements

Contribution

You can contribute on github.
I always welcome pull requests. Here's some general rules for pull requests to be accepted:
- PEP8 is our coding style guide.
- Please create a branch before sending pull requests.
- Your pull request should be atomic. That is, fix a bug or implementing a feature in one commit instead of multiple commit. This is a recommendation, not a requirement.

Copyright 2011-2013 Stanislav Parfeniuk. Licensed under the MIT License