Srini's Point of View

My thoughts on technology, food and other fancies…

How to import VMWareVM file from a backup in VMWare Fusion

I recently re-installed Mountain Lion on my mac book pro. There were a couple of reasons why I did that. Mainly because I wanted get rid of macports and try out homebrew. The reason I wanted to do that was because I am trying to setup a build and package …

Run a macro in all buffers in vim

I knew vim was powerful, but realized recently that with combined command line tools it is really really powerful!!

Our Oracle production database was having issues at work. As a way to find out the cause, our group was asked to switch our jboss instance to point to a different …

replay a vim macro until end of buffer

This is an awesome trick I learnt recently. It’s a great trick if you don’t know how many times you need to run your macro. In short it is called a recursive macro :)

The gist is, you first make sure the register you are going to record your …