Default (OSX).sublime-keymap 418 B

12345678910
  1. [
  2. { "keys": ["ctrl+tab"], "command": "next_view" },
  3. { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
  4. { "keys": ["super+shift+]"], "command": "next_view_in_stack" },
  5. { "keys": ["super+shift+["], "command": "prev_view_in_stack" },
  6. { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
  7. { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }
  8. ]