Wednesday
Dec192007
OSX text editing
Wednesday, December 19, 2007 at 1:40PM
For 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
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
Tim Harding |
1 Comment | 
Reader Comments (1)
Cool, thanks for the tip. I love OS X, but it still drives me mad that keyboard navigation changes from app to app. This will help