Erlendftw

keybindings.json

Sep 4th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3.     {"key": "alt+cmd+\\", "command": "editor.action.commentLine"},
  4.     {
  5.         "key": "cmd+alt+ctrl+\\",
  6.         "command": "workbench.action.splitEditor"
  7.     },
  8.     {
  9.         "key": "cmd+[Backslash]",
  10.         "command": "editor.action.commentLine",
  11.         "when": "editorTextFocus && !editorReadonly"
  12.     },
  13.     {
  14.         "key": "shift+cmd+7",
  15.         "command": "-editor.action.commentLine",
  16.         "when": "editorTextFocus && !editorReadonly"
  17.     }
  18. ]
Advertisement
Add Comment
Please, Sign In to add comment