Skip to content

Astrabacus/atom-zentabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenTabs atom package

Keep your opened tabs below a maximum limit, closing the oldest one first.

Inspired by travmik's SublimeText ZenTabs package.

See it in action with a 5 tabs limit:

screencast

Pin tabs

You can right click tabs to pin/unpin them. It basically works as a whitelist.

pinned-screecast

Options

  • maximumOpenedTabs:5: the maximum amount of tabs that will be keep open
  • manualMode:false: disable automatic tab closing but still allow you to cleanup tabs through the key bindings
  • showPinnedIcon:true: Show a lock icon next to pinned tabs title
  • neverCloseUnsaved:false: If set to true, unsaved files won't be closed
  • neverCloseNew:false: If set to true, files with a new git status won't be closed
  • neverCloseDirty:false: If set to true, files with a modified git status won't be closed

Key bindings

zentabs:cleanup, default alt-shift-t: triggers a tab cleanup

About

Keep the opened tabs amount below sanity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 94.8%
  • CSS 5.2%