X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_vimperatorrc;h=a88c93cf45e7b9059832136efd95fba77f3b8e56;hb=8f3c65fa6fc2ed6a531dc4540b6ae7de5048cef1;hp=0d902d4ff5955212cb93b5f0d5b6e3dbcd23e581;hpb=3582ab2e75f26268a4b012d7f74cd211eeeca66d;p=sugar.git diff --git a/dot-files/_vimperatorrc b/dot-files/_vimperatorrc index 0d902d4..a88c93c 100644 --- a/dot-files/_vimperatorrc +++ b/dot-files/_vimperatorrc @@ -1,8 +1,30 @@ -"2.1 (created: 2009/05/21 13:13:06) +"2.3.1 (created: 2010/04/07 18:56:53) + +set guioptions=mrnb +set toolbars=addons,noboookmarks,menu,nonavigation,notabs +set editor=/usr/pkg/bin/emacsclient map h map l -set guioptions=mrnb +map :rfc +command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/ + +map :hackage +command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/ + +map :ghctrac +command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/ + +map ma :mr alc +map mg :mr goo + +qmark g http://www.haskell.org/ghc/ +qmark h http://hackage.haskell.org/packages/archive/pkg-list.html + +map :mapc:cmapc:imapc:source .vimperatorrc + +map y :copy %URL% +map :copy %TITLE% :: %URL% " vim: set ft=vimperator: