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

Add keybinding to toggle terminal #81

Open
olavfosse opened this issue May 24, 2020 · 2 comments
Open

Add keybinding to toggle terminal #81

olavfosse opened this issue May 24, 2020 · 2 comments

Comments

@olavfosse
Copy link

Hello

In normal vscode C-j toggles terminal, but that keybinding is overwritten in the plugin. I would appreciate a way to toggle the terminal with this plugin

Thank you.

Olav

@jaywhy13
Copy link

jaywhy13 commented Jan 8, 2021

@fossegrim you can add your own in your keybindings. Using ctrl+shift+j for instance would be:

{ "key": "ctrl+shift+j",                 "command": "workbench.action.togglePanel" },

@olavfosse
Copy link
Author

ah cool, thanks. well i'm back to gnu emacs so i don't have a need for this atm. Might help someone else though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants