Default (OSX).sublime-keymap 496 B

1234567891011121314
  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. { "keys": ["super+option+down"], "command": "git_gutter_next_change" },
  7. { "keys": ["super+option+up"], "command": "git_gutter_prev_change" },
  8. { "keys": ["enter"], "command": "commit_completion", "context":
  9. [
  10. { "key": "auto_complete_visible" }
  11. ]
  12. },
  13. ]