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

Feature Request: When Terminal Focus CMD + t opens New Terminal #39397

Closed
reggi opened this issue Dec 1, 2017 · 1 comment
Closed

Feature Request: When Terminal Focus CMD + t opens New Terminal #39397

reggi opened this issue Dec 1, 2017 · 1 comment
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code) terminal Integrated terminal issues

Comments

@reggi
Copy link

reggi commented Dec 1, 2017

Right now to open a New Terminal the shortcut is CTL+SHIFT+~ can we base it on the focus? If the focus is the terminal CMD + t opens New Terminal?

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Dec 1, 2017
@reggi reggi changed the title When Terminal Focus CMD + t opens New Terminal Feature Request: When Terminal Focus CMD + t opens New Terminal Dec 1, 2017
@cleidigh cleidigh added the feature-request Request for new features or functionality label Dec 1, 2017
@fabiospampinato
Copy link
Contributor

You can do this today. I'd use cmd+n instead since the same shortcut is used for creating a new editor (tab), just put this in your keybindings file:

  { "key": "cmd+n",                  "command": "workbench.action.terminal.new",
                                       "when": "terminalFocus" }

@Tyriar Tyriar closed this as completed Dec 11, 2017
@Tyriar Tyriar added *question Issue represents a question, should be posted to StackOverflow (VS Code) and removed feature-request Request for new features or functionality labels Dec 11, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code) terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

4 participants