hitode909 / vscode-zentabs

Keep the maximum amount of tabs

Home Page:https://marketplace.visualstudio.com/items?itemName=hitode909.zentabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

You can limit tabs with workbench.editor.limit.enabled setting without this extension.

zentabs

Inspired by Atom's zentabs package.

screenshot

warnings

This is very initial version. Lot of features in Atom's zentabs are not implemented.

NOTE In order to run this extension correctly you should set the following settings

"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": false

configuration

  • zentabs.maximumOpenedTabs

    • the maximum amount of tabs that will be keep open
    • Default: 3
  • zentabs.applyLimitFor

    • apply the maximum amount of tabs for window|editorGroup
    • Default: window
  • zentabs.switchWithCurrentTab

    • once limit of maximum tab is reached, switch the newly opened file with current active tab instead of the older one
    • Default: false

About

Keep the maximum amount of tabs

https://marketplace.visualstudio.com/items?itemName=hitode909.zentabs

License:MIT License


Languages

Language:TypeScript 99.5%Language:Makefile 0.5%