-
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 shortcut for Close Pane #993
Comments
Doesn't that already happen with Ctrl + W? (or is a Pane not a Tab?) |
@varemenos Panes and Tabs are not the same thing. Tabs are the top-level entity, that may host many panes. When you open a new tab, it has one pane in it by default. This pane can be split into many panes that all occupy the same tab. Take a look at this spec for more details. |
Idea: Let's make Ctrl+W "ClosePane" by default, and closing the last pane closes the tab. Include a possibly-unbound-by-default "CloseTab". 😄 |
I like this idea SO MUCH that I'm going to do it next in my list of panes work. |
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.
🎉This issue was addressed in #2012, which has now been successfully released as Handy links: |
Right now the user needs to manually
exit
the pane.The text was updated successfully, but these errors were encountered: