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