add content
This commit is contained in:
parent
94df7c8562
commit
cc9afc5ffe
140 changed files with 10414 additions and 1 deletions
12
data/home/.config/VSCodium/User/keybindings.json
Normal file
12
data/home/.config/VSCodium/User/keybindings.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "tab",
|
||||
"command": "tab",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+m",
|
||||
"command": "-editor.action.toggleTabFocusMode"
|
||||
},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue