EnhancementHacktoberFestgood first issue
Repository metrics
- Stars
- (14,852 stars)
- PR merge metrics
- (Avg merge 13d 23h) (20 merged PRs in 30d)
Description
Is your feature request related to a problem? Please describe.
Currently, there is no easy way to control the tabs in Cutter from the keyboard
Describe the solution you'd like
I want to apply a set of keyboard shortcuts to manage tabs in Cutter:
- Ctrl+Tab - Jump to the next open tab
- Ctrl+Shift+Tab -J ump to the previous open tab
- Ctrl+W - Close the current tab
- Ctrl+T - Duplicate current tab
- Ctrl+Shift+T - Reopen previously closed tabs in the order they were closed
Mouse shortcut - Mouse middle click on a tab will close it