Home » vim

vim

[Dec 20, 2011 | Views: 308]
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 »
[Oct 29, 2011 | Views: 283]
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 »
[Mar 8, 2010 | Views: 767]
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 »
[Jan 21, 2010 | Views: 136]
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 »
[Dec 30, 2009 | Views: 457]
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 »
[Oct 4, 2008 | Views: 130]
read more »