Skip to content

Instantly share code, notes, and snippets.

@fd0
Created August 18, 2010 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fd0/536089 to your computer and use it in GitHub Desktop.
Save fd0/536089 to your computer and use it in GitHub Desktop.
" translate words with :dict
com! -nargs=+ dict :tabopen http://dict.leo.org?<args>
" and bind to D
map D :dict<space>
" lookup with imdb with :imdb
com! -nargs=+ imdb :tabopen http://www.imdb.de/find?s=all&q=<args>
" and bind to I
map I :imdb<space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment