Thursday, January 17, 2013

Notes to self: useful Emacs commands in Python mode

Switch buffers: C-x b (minibuffer then suggests a default buffer to switch to, waits for text input)

Comment/uncomment area: M-; (works with marked region, but to uncomment you should have the '#' marked that you want to remove)

Indent: C-c >
Unindent: C-c <

No comments:

Post a Comment