Vim Tips
vi reference links
2010/07/16
<a href="http://www.lagmonster.org/docs/vi2.html">http://www.lagmonster.org/docs/vi2.html <a …
jumps and marks in vim
2010/07/11
First we will talk about jumps in vim. Very useful for <a class="zem_slink freebase/en/navigation" title="Navigation" rel="wikipedia" …
vim – get the list of all the scripts available.
2010/05/27
To get a list of all the scripts in the vim.sf.net project, you can run the following command. This will list all the scripts with the script id. […] wget -O – …
vi – the powerful Linux/Unix text editor
2010/05/12
We will talk about some vi stuff today: Some fun first–> 1) <a href="http://www.vim.org/tips/tip.php?tip_id=664">http://www.vim.org/tips/tip.php?tip_id=664 2) help 42 Ok, …
vim scripts and tips
2010/03/29
Here are few of the links for vim that you can use. It consists of the link to vimrc, colorscheme, syntaxcomplete and zzsplash. <a …
using cscope with vim
2010/01/08
Here’s the best of the two links that I found with <a class="zem_slink freebase/en/google" title="Google" rel="homepage" …
Add current date and time in vim
2009/11/20
Last few days I was quite busy. So this time very quick tip 🙂 Add the following to the ~/.vimrc file imap dt :r! dateA And now whenever you type dt in the insert mode in vi, date will be inserted.