Default (OSX).sublime-keymap 224 B

123456
  1. [
  2. { "keys": ["ctrl+tab"], "command": "next_view" },
  3. { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
  4. { "keys": ["super+v"], "command": "paste_and_indent" },
  5. { "keys": ["super+shift+v"], "command": "paste" }
  6. ]