Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [
  2. { "keys": ["f5"], "command": "unbound" }, // because you can't refresh your text editor
  3. { "keys": ["super+w"], "command": "unbound" }, // because it's too close to super+s
  4. { "keys": ["super+t"], "command": "new_file" }, // just like chrome
  5. { "keys": ["home"], "command": "move_to", "args": {"to": "bol"} }, // replace OSX's default beginning- and end-of-doc behavior
  6. { "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }
  7. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement