Thursday, August 03, 2006

VIM integration

Doug Coleman has implemented a little hack which allows you to jump to definitions in VIM. The code is in the darcs repository. First load the "vim" module and (optionally) save your image:
"vim" require
save

Then you can pass definition specifiers to a "vim" word:
\ = vim
{ editor draw-gadget* } vim
"handbook" <link> vim

1 comment:

Anonymous said...

Doug is awesome!