Skip to content

feat: add Ctrl+Shift+{/} to reorder session tabs#66

Open
aakhter wants to merge 1 commit intoArk0N:masterfrom
aakhter:feat/tab-reorder-shortcuts
Open

feat: add Ctrl+Shift+{/} to reorder session tabs#66
aakhter wants to merge 1 commit intoArk0N:masterfrom
aakhter:feat/tab-reorder-shortcuts

Conversation

@aakhter
Copy link
Copy Markdown
Contributor

@aakhter aakhter commented Apr 12, 2026

Summary

Adds keyboard shortcuts to move the active session tab left or right, matching the convention used in WezTerm and other terminal emulators.

  • Ctrl+Shift+{ -- move active tab left
  • Ctrl+Shift+} -- move active tab right

Uses the existing sessionOrder array and saveSessionOrder() for persistence.

Test plan

  • Ctrl+Shift+{ moves the active tab one position left
  • Ctrl+Shift+} moves the active tab one position right
  • Tab order persists across page refresh
  • No-op at the edges (first tab can't go left, last can't go right)

Matches WezTerm/terminal emulator tab reorder conventions. Uses the
existing sessionOrder array and saveSessionOrder() for persistence.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant