vim

what is vim in 6Kb..

2011/03/16

If you thought that vim is very bloated and nothing abuot this editor can be small, then you are not alone. I was myself in the same bandwagon. Well, I never thought that there could be anything about …

All in one solution for all the scripts of vim from vim.org

2011/03/09

For quite sometime now, I was looking for some console based program which would help me get the scripts from vim.org. A simple solution would have been to do a wget for the scripts. But since there …

shopt causes bash completion to stop working.

2011/01/25

Couple of days, I added some scripts to my bash startup and suddenly realized that bash completions stopped working. This is tricky situation in bash to figure out what went wrong. So, I set my foot …

[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 …

when you press f9 ‘paste’ is on , press f9 again and ‘paste’ is off, and so forth (works in insert-mode and command-mode)

2010/08/02

<a class="zem_slink" title="Vim (text editor)" rel="homepage" href="http://www.vim.org/">vim&#8217;s pastetoggle: when you press f9 …

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 …

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 – …

Craeating a sequence in OpenOffice.org calc.

2010/05/06

Creating a numberd list in the calc with alphabets can be really tiresome sometimes. I found a simple solution to this. Create the numbered list in vim and then paste it into Openoffice.org calc. …

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 …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it