diff --git a/keybindings_mac.json b/keybindings_mac.json index 6caa95a..5ba296e 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -419,4 +419,8 @@ "command": "workbench.action.newWindow", "when": "!inDebugMode && !terminalFocus" }, + { + "key": "shift+cmd+v", + "command": "open-in-vim.open" + }, ] \ No newline at end of file