2 "2.3.1 (created: 2010/04/07 18:56:53)
5 set toolbars=addons,noboookmarks,menu,nonavigation,notabs
6 set editor=/usr/pkg/bin/emacsclient
9 map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source .vimperatorrc<CR>
13 map <C-y> :copy %TITLE% :: %URL%<CR>
15 " Unmap "bmark" from A
24 command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
26 map <C-x><C-h> :hackage
27 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>
29 map <C-x><C-t> :ghctrac
30 command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/<args>
32 map <C-x><C-w> :wayback<CR>
33 command! -description="Way back the current page" wayback open javascript:(location.href="http://web.archive.org/web/*/"+location.href)
40 qmark p http://aria.cielonegro.org/cgi-bin/smokeping.cgi
43 qmark g http://www.haskell.org/ghc/
44 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
47 qmark t https://www.tumblr.com/dashboard
50 qmark a https://console.aws.amazon.com/
53 qmark b http://direct.bk.mufg.jp/
54 qmark B http://www.mizuhobank.co.jp/direct/start.html
57 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
59 " vim: set ft=vimperator: