From 07fd93da1f2377d6fdc9e6dd59ea56db9a04bcc4 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 31 Jan 2026 21:21:10 +0530 Subject: stow: Using GNU Stow --- stow/vscode/.config/Code/User/keybindings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stow/vscode/.config/Code/User/keybindings.json (limited to 'stow/vscode/.config/Code/User/keybindings.json') 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 -- cgit v1.2.3