]> 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,nobookmarks,menu,nonavigation,tabs
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 " plugin/minecraft-wiki.js
40 map <C-x><C-m> :mcwiki! 
41
42 " plugin/mojang-jira.js
43 map <C-x><C-j> :mojira! 
44
45 " Smokeping
46 qmark p http://aria.cielonegro.org/cgi-bin/smokeping.cgi
47
48 " Haskell
49 qmark g http://www.haskell.org/ghc/
50 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
51 qmark P https://phabricator.haskell.org/
52
53 " Tumblr
54 qmark t https://www.tumblr.com/dashboard
55
56 " Dropbox
57 qmark d https://www.dropbox.com/home
58
59 " Google Bookmarks
60 qmark m https://www.google.com/bookmarks/
61
62 " Google Translate
63 qmark T https://translate.google.com/
64
65 " AWS Console
66 qmark a https://console.aws.amazon.com/
67
68 " Banks
69 qmark b http://direct.bk.mufg.jp/
70 qmark B http://www.mizuhobank.co.jp/direct/start.html
71
72 " Securities
73 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
74
75 " vim: set ft=vimperator: