diff options
Diffstat (limited to 'stow/vscode/.config/Code/User/keybindings.json')
| -rw-r--r-- | stow/vscode/.config/Code/User/keybindings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stow/vscode/.config/Code/User/keybindings.json b/stow/vscode/.config/Code/User/keybindings.json new file mode 100644 index 0000000..ba29206 --- /dev/null +++ b/stow/vscode/.config/Code/User/keybindings.json @@ -0,0 +1,7 @@ +// Place your key bindings in this file to override the defaults +[ + { + "key": "shift+space", + "command": "toggleVim" + } +]
\ No newline at end of file |
