Erlendftw

keybindings sublime mac

Apr 10th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [
  2. { "keys": ["alt+space"], "command": "insert", "args": {"characters": " "} },
  3. { "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
  4. { "keys": ["super+@"], "command": "toggle_comment", "args": { "block": false } },
  5. { "keys": ["ctrl+shift+alt+up"], "command": "select_lines", "args": {"forward": false} },
  6. { "keys": ["ctrl+shift+alt+down"], "command": "select_lines", "args": {"forward": true} },
  7. { "keys": ["super+shift+h"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
  8.  
  9. { "keys": ["ctrl+shift+super+up"], "command": "select_lines", "args": {"forward": false} },
  10. { "keys": ["ctrl+shift+super+down"], "command": "select_lines", "args": {"forward": true} }
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment