GithubHelp home page GithubHelp logo

zentabs's Introduction

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? FFFFUUUUUU
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: Zen
Or even like this:
Zeeeeeeeeen
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): Tab Browser

  • 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

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

zentabs's People

Contributors

travmik avatar elgalu avatar sneakypete81 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.