]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_vimperatorrc
f44a8806c99b26ec87b315650902c7e0bef6025b
[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,nobookmarks,menu,nonavigation,notabs
6 set editor=/usr/pkg/bin/emacsclient
7
8 " Reload the rc
9 map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source ~/.vimperatorrc<CR>
10
11 " Copying URL
12 map y :copy %URL%<CR>
13 map <C-y> :copy %TITLE% :: %URL%<CR>
14
15 " Unmap "bmark" from A
16 map a <nop>
17
18 " Switch tabs
19 map h <C-p>
20 map l <C-n>
21
22 " Commands
23 map <C-x><C-r> :rfc 
24 command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
25
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>
28
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>
31
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)
34
35 " multi_requester
36 map ma :mr alc 
37 map mg :mr goo 
38
39 " Smokeping
40 qmark p http://aria.cielonegro.org/cgi-bin/smokeping.cgi
41
42 " Haskell
43 qmark g http://www.haskell.org/ghc/
44 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
45 qmark P https://phabricator.haskell.org/
46
47 " Tumblr
48 qmark t https://www.tumblr.com/dashboard
49
50 " Dropbox
51 qmark d https://www.dropbox.com/home
52
53 " Google Bookmarks
54 qmark m https://www.google.com/bookmarks/
55
56 " AWS Console
57 qmark a https://console.aws.amazon.com/
58
59 " Banks
60 qmark b http://direct.bk.mufg.jp/
61 qmark B http://www.mizuhobank.co.jp/direct/start.html
62
63 " Securities
64 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
65
66 " vim: set ft=vimperator: