Skip to content

Instantly share code, notes, and snippets.

View ananth-iyer's full-sized avatar

Ananth Iyer ananth-iyer

View GitHub Profile
@ananth-iyer
ananth-iyer / keybindings.json
Last active June 12, 2024 05:44
VS Code Keyword bindings for Terminal
/* Place your key bindings in this file to override the defaultsauto[] */
[
{
"key": "ctrl+tab",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
},
{
"when": "terminalFocus",
"key": "ctrl+l",