]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_vimperatorrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimperatorrc
1 "2.3.1 (created: 2010/04/07 18:56:53)
2
3 set guioptions=mrnb
4 set toolbars=addons,noboookmarks,menu,nonavigation,notabs
5 set editor=/usr/pkg/bin/emacsclient
6
7 map h <C-p>
8 map l <C-n>
9
10 map <C-x><C-r> :rfc 
11 command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/<args>
12
13 map <C-x><C-h> :hackage 
14 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>
15
16 map <C-x><C-t> :ghctrac 
17 command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/<args>
18
19 map ma :mr alc 
20 map mg :mr goo 
21
22 qmark g http://www.haskell.org/ghc/
23 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
24
25 map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source .vimperatorrc<CR>
26
27 map y :copy %URL%<CR>
28 map <C-y> :copy %TITLE% :: %URL%<CR>
29
30 " vim: set ft=vimperator: