emacs
My .vimrc .emacc files can be downloaded from here:
http://github.com/zma/config_files
My text editors are especially configured for source code such as C/C++/shell editing. I prefer to use spaces instead of tab. And ... read more »
Fir go to top of buffer, then:
M-x replace-string C-q C-m RET
Here,
M-%
can be used for
M-x replace-string
.
The control-q will allow typing control characters into the input buffer. read more »
We can clear the buffer text’s read-only flag with C-x C-q. read more »