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

Create shortcut key to switch between terminals in vs code. #37937

Closed
vaibhavagrawal2912 opened this issue Nov 9, 2017 · 3 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@vaibhavagrawal2912
Copy link

  • VSCode Version: 1.18.0
  • OS Version: Windows 7 SP1

Steps to Reproduce:

  1. Ctrl+` to open terminal.
  2. Ctrl+Shift+` to create new terminal.
  3. Shortcut key required to switch between terminals.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Nov 9, 2017
@shobhitchittora
Copy link
Contributor

This is already there in vscode. Just add the following lines in your keybindings.json.

[
   { "key": "cmd+shift+j", "command": "workbench.action.terminal.focusNext" },
   { "key": "cmd+shift+k", "command": "workbench.action.terminal.focusPrevious" }
]

Duplicate #10546

@vaibhavagrawal2912
Copy link
Author

Thanks for the help

@shobhitchittora
Copy link
Contributor

@vaibhavagrawal2912 Anytime!.
@Tyriar you can close this. 😃

@Tyriar Tyriar closed this as completed Nov 11, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 11, 2017
@microsoft microsoft locked and limited conversation to collaborators Nov 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

3 participants