Wednesday, October 19, 2005

useful firefox extension

1. Mozilla Calendar:

easily manage your events without installing a new software.

2. Disable Targets for Downloads:

Sick of closing blank Tabs when downloading files? Try this, you're gonna love it at once.

3. Auto Copy:

My favorate one. It will copy the selection texts automatically. Use it with Stardict, you can look up words just by double clicking on words.

Wednesday, October 05, 2005

Open files with existing Gvim window in Windows

from Vim Tip #1003:

For example,

assoc .php=PHPFile
ftype PHPFile="C:\Program Files\Vim\Vim63\gvim.exe" --remote "%1"

then whenever you double click a .php file in explorer, it will be opened in existing Gvim window (or it will open new Gvim window if there is no already opened Gvim window).