Skip to content

Instantly share code, notes, and snippets.

View call0fcode's full-sized avatar
:octocat:
Working from home

Juan Gómez Carrillo call0fcode

:octocat:
Working from home
View GitHub Profile
@call0fcode
call0fcode / keybindings.json
Last active November 27, 2025 11:17
This is a useful shortcuts config for VSCode-like editors which enables 2 actions I use a lot when usen the IDE: toggle the terminal and the file explorer by just pressing twice ctrl, alt or shift .. pretty handy!! 😃
// Place your key bindings in this file to override the defaults
[
{
"key": "alt alt",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl ctrl",
"command": "workbench.action.terminal.toggleTerminal"
},