]> 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,noboookmarks,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 " Haskell
40 qmark g http://www.haskell.org/ghc/
41 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
42
43 " AWS Console
44 qmark a https://console.aws.amazon.com/
45
46 " Bank
47 qmark b http://direct.bk.mufg.jp/
48 qmark B http://www.mizuhobank.co.jp/direct/start.html
49
50 " Securities
51 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
52
53 " vim: set ft=vimperator: