vim
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 »
Vim is my favourite text editor and I also prefer to use Vim to compose Email. I ever used Vim as Thunderbird’s External editor with the help of plugin. I ... read more »
Copying some text to a new file is a common operation on Linux. I usually do this by opening the file with ‘vim’, pasting the text in ‘vim’, and then ... 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 »
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 »
<a href=”http://picasaweb.google.com/lh/photo/4q0iY8YmWcn7rYjQqRLfhA?feat=embedwebsite” rel=nofollow”>
Guake is very fast and stable enough for use. It’s an excellent quqke like drop-down terminal for gnome.
I used yakuake on KDE. It’s professional but a bit slow. ... 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 »