Vim Tips
[Solved] Abbreviations not working in vim
2010/10/02
Today I found that abbreviations are not working in vim in my current login. I searched log of blog’s and sill did not find any solution so I decided to take the matters in my hand. To start with I …
Make better use of the scripting feature in the vim editor
2010/07/23
There is a nice tutorial on the <a target="_blank" …
Play with vim colors.
2010/07/16
In vim you can customize the colors of your terminal vim or the GUI version. If you wanted to play around with colors then you can simply put the file containing the colorscheme to directory …
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" …
bash script to change the vim colorscheme from the list of locally available schemes
2010/06/24
Today I was just wondering how good it would be to have a script to change the <a class="zem_slink freebase/en/vim" title="Vim (text editor)" rel="homepage" …
vi tips with examples for programmers — very useful
2010/06/05
First off, sorry for not posting regularly. Will be so for probably another couple of days. In the meantime found a very nice artcle on vim: <a …
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 – …
vim - get mappings from the help tex files available with the scripts.
2010/05/27
Here is a simple script that will show all the vim mappings from the tex file (help file that comes with the vim scripts). This will prove to be very useful in usin gthe mappings 🙂 […] …
vim – get names of the scripts and the details from the command line
2010/05/19
For the below commands either you can set the two variables in bold and then run the scripts or change the following in the commands and run the scripts. If you have html2text installed then you can …
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, …
change the window in split screen.
2010/04/11
I use the split screen in vim very in-frequently, so I did not really know how to move from one screen to the other. There is also very little or no documentation that I found on this on the first …