Friday, December 07, 2007

Getting closer to the Vi holy grail : Viemu for Word, Outlook and Visual Studio

As anyone following this blog knows, I am an avid vi/vim user to the point of freakishness.
(I use ratpoison/wmii on ubuntu if anyone knows these tiled window managers)
The one thing that was missing in my repository was using vi commands to control word and outlook.

A couple of weeks ago that missing piece from the vi jigsaw seems to have been resolved:
http://www.viemu.com

Another high from my vi addiction....

If I could only use vi commands within the opera browser...I know there is something called vimperator for firefox, but I am a long time opera user and when I tried firefox there were too many features that I missed. Maybe one could get equivalent functionality using extensions, but ....

cyg-apt: apt for Cygwin

If you are a fan of debian distros, you must be a fan of apt-get ( I think fedora uses something called yum).
Many a times we would like the same functionality on cygwin, and this is served by the very useful utility cyg-apt!

You can download the utility from
http://download.linuxaudio.org/lilypond/binaries/cygwin/cyg-apt-gub
or
from http://www.lilypond.org/~janneke/software/cyg-apt

Save this as cyg-apt in your /bin directory or whereever. You might have to manually modify the official mirror in the file to some other cygwin directory if you have issues with the default mirror (I had).

Another mirror you might want to use is
http://mirror.mcs.anl.gov/cygwin

Once you have this installed, you can type
cyg-apt install XXX
similar to apt-get!

cyg-apt setup will bring up the default cygwin setup GUI
cyg-apt upddate will update the repos.

You have to make the cyg-apt file executable for all this to work of course!