dotfiles/data/home/.config/VSCodium/User/keybindings.json
2024-06-18 03:14:30 +02:00

12 lines
No EOL
254 B
JSON

// Place your key bindings in this file to override the defaults
[
{
"key": "tab",
"command": "tab",
"when": "terminalFocus"
},
{
"key": "ctrl+m",
"command": "-editor.action.toggleTabFocusMode"
},
]