]> 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 toolbars=addons,nobookmarks,menu,nonavigation,tabs
5 set editor=/usr/pkg/bin/emacsclient
6
7 " Reload the rc
8 map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source ~/.vimperatorrc<CR>
9
10 " Copying URL
11 map y :copy %URL%<CR>
12 map <C-y> :copy %TITLE% :: %URL%<CR>
13
14 " Unmap "bmark" from A
15 map a <nop>
16
17 " Switch tabs
18 map h <C-p>
19 map l <C-n>
20
21 " Commands
22 map <C-x><C-r> :rfc 
23 command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
24
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>
27
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>
30
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)
33
34 " multi_requester
35 map ma :mr alc 
36 map mg :mr goo 
37
38 " plugin/minecraft-wiki.js
39 map <C-x><C-m> :mcwiki! 
40
41 " plugin/mojang-jira.js
42 map <C-x><C-j> :mojira! 
43
44 " Smokeping
45 qmark p http://aria.cielonegro.org/cgi-bin/smokeping.cgi
46
47 " Haskell
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/
51
52 " Tumblr
53 qmark t https://www.tumblr.com/dashboard
54
55 " Dropbox
56 qmark d https://www.dropbox.com/home
57
58 " Google Bookmarks
59 qmark m https://www.google.com/bookmarks/
60
61 " Google Translate
62 qmark T https://translate.google.com/
63
64 " AWS Console
65 qmark a https://console.aws.amazon.com/
66
67 " Banks
68 qmark b http://direct.bk.mufg.jp/
69 qmark B http://www.mizuhobank.co.jp/direct/start.html
70
71 " Securities
72 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
73
74 " vim: set ft=vimperator: