Add keyboard shortcuts for switching to specific terminals
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
In some terminals, you can press ALT + <the number of the terminal> and it will switch to that terminal. The CTRL + TAB shortcut is nice, but the ALT shortcut will come in handy.
Describe the solution you'd like
Add shortcuts for the first 10 terminals: ALT + <1,2,3...9,0>
Describe alternatives you've considered
Hitting CTRL + TAB until exhaustion.
Additional context
Don't think it's needed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the terminal-switching logic and the existing CTRL+TAB keyboard shortcut handling. Add shortcuts for ALT+1 through ALT+9 and ALT+0, and verify that each selects the corresponding terminal when it exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100