-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Add a keybinding for ClosePane #2012
Add a keybinding for ClosePane #2012
Conversation
// - <none> | ||
// Return Value: | ||
// - <none> | ||
void Tab::ClosePane() |
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.
nit: CloseActivePane
or CloseFocusedPane
So, If somebody adds a keybinding for |
Closes microsoft#993 When the last pane in a tab is closed, the tab will close. Bound to Ctrl+Shift+W by default. See microsoft#1417 for discussion on the default keybindings. The Ctrl+W->CloseTab keybinding is being removed in favor of ClosePane.
🎉 Handy links: |
Summary of the Pull Request
Closes #993
When the last pane in a tab is closed, the tab will close.
Bound to Ctrl+Shift+W by default.
References
See #1417 for discussion on the default keybindings. The Ctrl+W->CloseTab keybinding is being removed in favor ClosePane.
PR Checklist