Home » Linux Tutorials » vim

vim

[May 16, 2013 | Views: 193]
read more »
[Feb 22, 2013 | Views: 622]
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 »
[Dec 12, 2012 | Views: 253]
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 »
[Dec 12, 2012 | Views: 60]
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 »
[Nov 27, 2012 | Views: 190]
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 »
[Nov 27, 2012 | Views: 488]
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 »
[Nov 27, 2012 | Views: 1,214]
<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 »
[Nov 27, 2012 | Views: 982]
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 »