Is there an option to reformat lines/paragraphs/selected text to 80 cols in TextMate like in emacs (fill-paragraph bound to M-q)? If not, do you know of any option to add this to TextMate - a known plugin/macro? any help in writing such a macro is most welcome too. :)

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

It only changes how the text is displayed — not the text itself — but in the menu bar, "View" > "Wrap Column" > "78". Or choose "Other…", it displays a vertical ruler you can move to the desired column.

If the "Soft Wrap" option is checked, your text will look like it's reformated.

To reformat the text for real, simply hit ctrlq. It will use the number checked in the aforementioned menu.

link|improve this answer
1  
brilliant. C-q is what i was looking for. Thanks. :) – spockaroo Apr 13 '11 at 15:31
feedback

If what you want is to hard-wrap paragraphs see here: http://lists.macromates.com/textmate/2006-November/015707.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.