Textmate question
|
|
I’m a longtime Visual Studio user, so when I’m using the Mac at work I get frustrated with Textmate sometimes. Maybe someone can help me. In VS, I could hit Ctrl-X without selecting anything; this would cut the current line. Then I could move the cursor to a new line and hit Ctrl-V to paste that line in the new spot. This made it really easy to move lines around. How can I do this in textmate? Seems I have to select the current line first (which itself is a hassle, it’s like ctrl-option-L or something). |
|
|
ctrl+shift+K (deletes current line)—It’s in bundles under Text. ctrl+y (to paste) |
|
|
awesome thankyou thankyou thankyou :-) |