-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change default keyboard shortcuts #41818
Conversation
newTerminalTab: 'Ctrl+Shift+T', | ||
closeTab: 'Ctrl+Shift+W', | ||
newTab: 'Ctrl+Shift+T', | ||
newTerminalTab: 'Ctrl+Shift+`', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shortcut matches vscode.
🤖 Vercel preview here: https://docs-e5clbpmc0-goteleport.vercel.app/docs/ver/preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove the changelog note from the PR description and write 2-3 sentences in CHANGELOG.md under breaking changes instead?
🤖 Vercel preview here: https://docs-68fj5ucol-goteleport.vercel.app/docs/ver/preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, I'll give these a try during the test plan.
… allow linter find the 'Configuration' heading The angle brackets seem to be interpreted as HTML tags.
🤖 Vercel preview here: https://docs-dpvc3jedv-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-jp50031ku-goteleport.vercel.app/docs/ver/preview |
Closes #41207.
I've looked at vscode, tabby, Windows Terminal and the Ubuntu terminal and I see that they usually use
Ctrl+Shift+*
orCtrl+Alt+*
for shortcuts. I decided to change ours toCtrl+Shift+*
since they are more popular. I also looked at the bash and nano shortcuts and we shouldn't conflict with them now.I was thinking about changing the
Ctrl+1 - Ctrl+9
shortcuts on Windows toCtrl+Shift+1 - Ctrl+Shift+9
to match Windows Terminal, but they don't cause conflicts, so I left them intact.