# Logseq Plugin Tabs [![Github All Releases](https://img.shields.io/github/downloads/pengx17/logseq-plugin-tabs/total.svg)](https://github.com/pengx17/logseq-plugin-tabs/releases) A plugin that let's you to manage your working pages with tabs. UX is mainly brought from modern browsers: - normally, if a new page is visited, the current tab will be replaced by the new page - if you click a page link or a block ref while holding CTRL (or CMD on Mac) key, a new tab will be created, but it is not visited yet - you can click the remove icon or middle click a tab to close tabs - you can double-click a tab to pin it. A pinned tab will not be replaced or be removed. - you can drag & drop to reorder tabs - tabs info will be persisted in your local storage, so that your tabs will recover even if you re-open the app ![](./demo.gif) ## Keyboard shortcuts - Pin/unpin a tab: CTRL + P (macOS: CMD + P) - Close a tab: SHIFT + CTRL + W (macOS: SHIFT + CMD + W) - Change to next tab: CTRL + TAB - Change to nth tab: CTRL + 1 ~ 9 (this is not configurable yet) Hint: you can change them in the Settings. After change, you need to restart the app. ![](./keybinding-settings.png)