Guest User

Untitled

a guest
Feb 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [
  2. { "keys": ["super+v"], "command": "paste_and_indent" },
  3. { "keys": ["super+shift+v"], "command": "paste" },
  4. { "keys": ["super+alt+down"], "command": "duplicate_lines" },
  5. { "keys": ["super+alt+up"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
  6. { "keys": ["alt+space"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
  7. { "keys": ["super+shift+a"], "command": "find_all_under" },
  8. { "keys": ["alt+minus"], "command": "jump_back" },
  9. { "keys": ["alt+shift+minus"], "command": "jump_forward" },
  10. ]
Add Comment
Please, Sign In to add comment