Guest User

Untitled

a guest
May 14th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. How can I insert a line of text/code on keypress in Sublime
  2. <snippet>
  3. <content><![CDATA[import ipdb; pdb.set_trace()]]></content>
  4. <tabTrigger>p</tabTrigger>
  5. </snippet>
  6.  
  7. { "keys": ["p"], "command": "run_macro_file",
  8. "args": {"file": "Packages/User/your_macro.sublime-macro"} }
Advertisement
Add Comment
Please, Sign In to add comment