Vscode: Feature Request: When Terminal Focus CMD + t opens New Terminal

Created on 1 Dec 2017  ·  1Comment  ·  Source: microsoft/vscode

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?

*question integrated-terminal

Most helpful comment

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" }

>All comments

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" }
Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrkiley picture mrkiley  ·  3Comments

NikosEfthias picture NikosEfthias  ·  3Comments

chrisdias picture chrisdias  ·  3Comments

borekb picture borekb  ·  3Comments

omidgolparvar picture omidgolparvar  ·  3Comments