Quote:
Originally Posted by kacir
Yes I do use an editor that features a command line. Incredibly powerfull one. Called Vim.
Just look at the example I posted in a thread a few days ago
----------------------
You can write a command in Vim saying
"find every line NOT ending with dot, question mark, exclamation point or closing quote, optionally followed by a space character and join it with the next line"
:vglobal/[.!?"']\s*$/join
I often abbreviate the above command this way:
:v/[.!?"']\s*$/j
That is it.
|
Religious war on: Everybody nows that Emacs is the best and most powerful editor