-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 some default keybindings #2014
Conversation
Closes #1417. Changes New Tab to Ctrl+Shift+t (from Ctrl+t) Changes SwitchToTabN to Ctrl+Alt+<number> (from Alt+<number>)
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.
I approve; perhaps we should ask some folks from the originating issue to pop in?
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.
I like this. I'm used to using CTRL sequences with other key combos so this makes a bunch of sense to me.
Definitely a better change! 👍 But perhaps a better modifier key should be the windows key with some additional key? This would also make the terminal better coupled with Windows; in my opinion. |
Alas! The Windows key is for the exclusive use of Windows' shell. Win+W, Win+T, Win+Tab, Win+D all do things and they're intercepted before we get a chance to say "no!". |
Ah, I see. |
Closes microsoft#1417. Changes New Tab to Ctrl+Shift+t (from Ctrl+t) Changes SwitchToTabN to Ctrl+Alt+<number> (from Alt+<number>)
Closes microsoft#1417. Changes New Tab to Ctrl+Shift+t (from Ctrl+t) Changes SwitchToTabN to Ctrl+Alt+<number> (from Alt+<number>)
🎉 Handy links: |
Just for discoverability/history: |
Closes #1417.
Changes New Tab to Ctrl+Shift+t (from Ctrl+t)
Changes SwitchToTabN to Ctrl+Alt+<number> (from Alt+<number>)
References
This is from discussion in #1417
#2012 Changes "Close Window" by removing it by default, and adding ClosePane on Ctrl+Shift+W
PR Checklist