Skip to content
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

Test: Terminal Splitting #44446

Closed
3 tasks done
Tyriar opened this issue Feb 26, 2018 · 0 comments
Closed
3 tasks done

Test: Terminal Splitting #44446

Tyriar opened this issue Feb 26, 2018 · 0 comments

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 26, 2018

Refs: #7504

Complexity: 4

It's now possible to split the terminal, the basic features added include:

  • "Splitting" the active terminal to the right, you can do this in many different ways:
    • ctrl+shift+5 and ctrl+\ on Windows/Linux
    • ctrl+shift+5 and cmd+\ on Mac
    • Split button in panel actions
    • alt/ctrl+click on + button in panel actions
    • "Terminal: Split Terminal" command
    • An option in right click context menu (note the context menu is disabled on Windows by default, see the terminal.integrated.rightClickBehavior setting)
  • The panes rotate automatically when the panel position changes
  • Focus can be moved using the keyboard (alt+arrow or cmd+alt+arrow)
  • Panes can be individually resized using the mouse or keyboard (ctrl+shift+arrow or ctrl+cmd+arrow)
  • Custom size should be retained unless one of the following things happen:
    • A pane is added
    • A pane is removed
    • The panel position is moved
@Tyriar Tyriar added this to the February 2018 milestone Feb 26, 2018
@aeschli aeschli removed their assignment Feb 27, 2018
@egamma egamma removed their assignment Feb 27, 2018
@ramya-rao-a ramya-rao-a removed their assignment Feb 27, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants