vim
When editing some files fro Windows in vim, there are some ugly “^M” returns. Here is a method to remove and replace these “^M”s (please note that you should not ... read more »
Vim is an excellent editor which I use every day. Thunderbird is a nice email application. However, Thunderbird’s integrated editor is not efficient enough to a Vim user. Why not ... read more »
Guake is very fast while stable enough for using! It’s the excelent quqke like drop-down terminal for gnome.
I used yakuake on KDE. It’s professional but a bit slow. I used ... read more »
For wrap:
:set wrap
For not wrap which will be useful when reading some data result such as logs:
:set nowrap
It can also be written into the .vimrc config files
Updated on ... read more »
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 »