]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_vimperatorrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimperatorrc
index a97c1fbc0a888ca9902cf9440ae6f2fe4c933173..a88c93cf45e7b9059832136efd95fba77f3b8e56 100644 (file)
@@ -1,15 +1,26 @@
 "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 <C-p>
 map l <C-n>
 
-map <C-h> :hackage 
+map <C-x><C-r> :rfc 
+command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/<args>
+
+map <C-x><C-h> :hackage 
 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>
 
+map <C-x><C-t> :ghctrac 
+command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/<args>
+
+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 <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source .vimperatorrc<CR>