OSX text editing
Wednesday, December 19th, 2007For those of us who spend all day, every day, writing code it is important to know all the little tricks and efficiencies of our text editor of choice.
Here’s a list of keyboard shortcuts that work in all Cocoa applications (e.g., MarsEdit, TextMate or TextEdit).
My favourite new finds:
^o - split the current line
^t - transpose letters
^k - delete to the end of the paragraph
^y - yank back ‘killed’ text
http://www.hcs.harvard.edu/~jrus/Site/System%20Bindings.html
