usebruno/bruno

[Feature request] Switch tabs with keyboard shortcut

Closed

#736 opened on Oct 23, 2023

 (26 comments) (9 reactions) (1 assignee)JavaScript (2,403 forks)batch import
enhancementgood first issuehelp wantedmodule-qolshort-term-goal

Repository metrics

Stars
 (43,787 stars)
PR merge metrics
 (Avg merge 6d 21h) (96 merged PRs in 30d)

Description

Bruno is great but I really miss the possibility to switch between tabs with the keyboard. I suggest to implement it like Firefox does it:

  • Ctrl+PgUp: Switch to previous tab
  • Ctrl+PgDown: Switch to next tab
  • Ctrl+Tab: Switch to recently used tab i.e. pressed once opens the most recently used tab, pressed twice opens second least recently used tab.

Especially the Ctrl+Tab shortcut I find very useful for daily work.

Contributor guide