I would like to be able to click on a line of text without selecting it, and use a keyboard shortcut to copy all text on the current line. Is this possible? If so how?
|
feedback
|
|
Closest thing to that is ⇧⌘L followed by ⌘C. | |||||||||
feedback
|
|
Don't know if this helps but another useful one is Ctrl+Shift+D which will take the current line and duplicate it right below. | |||
|
feedback
|
|
To have that in all standard text views, create
For more info, see Cocoa Text System. Some of TextMate's text editing shortcuts are defined in a similar property list file at | ||||
|
feedback
|