Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. [
  2. { "keys": ["super+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
  3. { "keys": ["super+d"], "command": "duplicate_line" }, //-- Default is super+shift+D
  4. { "keys": ["super+`"], "command": "toggle_side_bar" },
  5. { "keys": ["super+shift+up"], "command": "swap_line_up" },
  6. { "keys": ["super+shift+down"], "command": "swap_line_down" },
  7. { "keys": ["ctrl+tab"], "command": "next_view" },
  8. { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
  9. { "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser", "parser":"markdown"} },
  10. { "keys": ["super+down"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} },
  11. { "keys": ["super+up"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"} },
  12. { "keys": ["super+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement