2 "2.3.1 (created: 2010/04/07 18:56:53)
4 set toolbars=addons,nobookmarks,menu,nonavigation,tabs
5 set editor=/usr/pkg/bin/emacsclient
8 map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source ~/.vimperatorrc<CR>
12 map <C-y> :copy %TITLE% :: %URL%<CR>
14 " Unmap "bmark" from A
23 command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
25 map <C-x><C-h> :hackage
26 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>
28 map <C-x><C-t> :ghctrac
29 command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/<args>
31 map <C-x><C-w> :wayback<CR>
32 command! -description="Way back the current page" wayback open javascript:(location.href="http://web.archive.org/web/*/"+location.href)
38 " plugin/minecraft-wiki.js
39 map <C-x><C-m> :mcwiki!
41 " plugin/mojang-jira.js
42 map <C-x><C-j> :mojira!
45 qmark p http://aria.cielonegro.org/cgi-bin/smokeping.cgi
48 qmark g http://www.haskell.org/ghc/
49 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
50 qmark P https://phabricator.haskell.org/
53 qmark t https://www.tumblr.com/dashboard
56 qmark d https://www.dropbox.com/home
59 qmark m https://www.google.com/bookmarks/
62 qmark T https://translate.google.com/
65 qmark a https://console.aws.amazon.com/
68 qmark b http://direct.bk.mufg.jp/
69 qmark B http://www.mizuhobank.co.jp/direct/start.html
72 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
74 " vim: set ft=vimperator: