[GH-ISSUE #3100] [FR] Tabs improvements #1361

Open
opened 2026-03-23 20:48:18 +00:00 by mirror · 7 comments
Owner

Originally created by @Xazin on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3100

Description

This is a master issue for any improvement related to the Tabs implementation.

Features:

  • Restore tabs on restart (#3036)
  • Drag and drop to reorder tabs
  • Shortcuts for opening and closing tabs
    • CTRL + W to close current tab
    • Tertiary Click on menu item to open a new tab
    • CTRL/CMD + Left click click to open a new tab
    • CTRL/CMD + PGUP / CTRL /CMD+ PGDN to navigate between tabs

This relates to #2312

Impact

Better experience when frequently using tabs

Additional Context

No response

Originally created by @Xazin on GitHub (Aug 2, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3100 ### Description This is a master issue for any improvement related to the Tabs implementation. **Features:** - [ ] Restore tabs on restart (#3036) - [ ] Drag and drop to reorder tabs - [x] Shortcuts for opening and closing tabs - `CTRL + W` to close current tab - `Tertiary Click` on menu item to open a new tab - `CTRL/CMD + Left click` click to open a new tab - `CTRL/CMD + PGUP` / `CTRL /CMD+ PGDN` to navigate between tabs This relates to #2312 ### Impact Better experience when frequently using tabs ### Additional Context _No response_
Author
Owner

@annieappflowy commented on GitHub (Aug 3, 2023):

What if I use a trackpad without a mouse?

<!-- gh-comment-id:1663208207 --> @annieappflowy commented on GitHub (Aug 3, 2023): What if I use a trackpad without a mouse?
Author
Owner

@emmggi commented on GitHub (Aug 3, 2023):

@annieappflowy I did suggest a double-click but it's probably harder to implement than for mmb.

I think we also need navigating between tabs with a keyboard, i.e. CTRL+TAB and CTRL+SHIFT+TAB.

<!-- gh-comment-id:1663508247 --> @emmggi commented on GitHub (Aug 3, 2023): @annieappflowy I did suggest a double-click but it's probably harder to implement than for mmb. I think we also need navigating between tabs with a keyboard, i.e. CTRL+TAB and CTRL+SHIFT+TAB.
Author
Owner

@Harmon758 commented on GitHub (Aug 3, 2023):

CTRL + left click or right click -> open in new tab is usually how you would do so without using the middle mouse button.

Personally, I use CTRL + PGUP and CTRL + PGDN to navigate between tabs.

<!-- gh-comment-id:1663568725 --> @Harmon758 commented on GitHub (Aug 3, 2023): CTRL + left click or right click -> open in new tab is usually how you would do so without using the middle mouse button. Personally, I use CTRL + PGUP and CTRL + PGDN to navigate between tabs.
Author
Owner

@Xazin commented on GitHub (Aug 3, 2023):

What if I use a trackpad without a mouse?

Then you right click and click open in a new tab... 👀 - Or hold CTRL/CMD + Left Click

Edit: I can see right click doesn't open the menu items action menu, I'll check if there's an existing issue or create one.

@annieappflowy I did suggest a double-click but it's probably harder to implement than for mmb.

I think we also need navigating between tabs with a keyboard, i.e. CTRL+TAB and CTRL+SHIFT+TAB.

The problem with double clicking is, that it is basically implemented using debounce, which means single taps will have some delay lag, which I'm not a huge fan of.

CTRL + left click or right click -> open in new tab is usually how you would do so without using the middle mouse button.

Personally, I use CTRL + PGUP and CTRL + PGDN to navigate between tabs.

Will implement both CTRL + Left Click and Ctrl + PGUP/Ctrl + PGDN

<!-- gh-comment-id:1663573626 --> @Xazin commented on GitHub (Aug 3, 2023): > What if I use a trackpad without a mouse? Then you right click and click open in a new tab... :eyes: - Or hold CTRL/CMD + Left Click Edit: I can see right click doesn't open the menu items action menu, I'll check if there's an existing issue or create one. > @annieappflowy I did suggest a double-click but it's probably harder to implement than for mmb. > > I think we also need navigating between tabs with a keyboard, i.e. CTRL+TAB and CTRL+SHIFT+TAB. The problem with double clicking is, that it is basically implemented using debounce, which means single taps will have some delay lag, which I'm not a huge fan of. > CTRL + left click or right click -> open in new tab is usually how you would do so without using the middle mouse button. > > Personally, I use CTRL + PGUP and CTRL + PGDN to navigate between tabs. Will implement both `CTRL + Left Click` and `Ctrl + PGUP`/`Ctrl + PGDN`
Author
Owner

@emmggi commented on GitHub (Aug 23, 2024):

https://github.com/AppFlowy-IO/AppFlowy/issues/6109

<!-- gh-comment-id:2306648331 --> @emmggi commented on GitHub (Aug 23, 2024): https://github.com/AppFlowy-IO/AppFlowy/issues/6109
Author
Owner

@emmggi commented on GitHub (Sep 12, 2024):

https://github.com/AppFlowy-IO/AppFlowy/issues/6279

<!-- gh-comment-id:2345879610 --> @emmggi commented on GitHub (Sep 12, 2024): https://github.com/AppFlowy-IO/AppFlowy/issues/6279
Author
Owner

@emmggi commented on GitHub (Oct 7, 2025):

I would also like for us to be able to open a page link (inside a document) in a new tab using MMB.

<!-- gh-comment-id:3376118626 --> @emmggi commented on GitHub (Oct 7, 2025): I would also like for us to be able to open a page link (inside a document) in a new tab using MMB.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1361
No description provided.