Guest User

Untitled

a guest
Oct 21st, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+d"], "command": "find_under_expand" },
  3. { "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
  4. { "keys": ["super+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete to Hard EOL.sublime-macro"} },
  5. { "keys": ["ctrl+w"], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" } },
  6. { "keys": ["ctrl+super+shift+d"], "command": "noop" },
  7. { "keys": ["shift+super+w"], "command": "close_all"}
  8. ]
Add Comment
Please, Sign In to add comment