]> 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 " Unmap "bmark" from A.
9 map a <nop>
10
11 map h <C-p>
12 map l <C-n>
13
14 map <C-x><C-r> :rfc 
15 command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
16
17 map <C-x><C-h> :hackage 
18 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>
19
20 map <C-x><C-t> :ghctrac 
21 command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/<args>
22
23 map ma :mr alc 
24 map mg :mr goo 
25
26 " Haskell
27 qmark g http://www.haskell.org/ghc/
28 qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
29
30 " AWS Console
31 qmark a https://console.aws.amazon.com/
32
33 " Bank
34 qmark b http://direct.bk.mufg.jp/
35
36 " Securities
37 qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
38
39 map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source .vimperatorrc<CR>
40
41 "map y :copy %URL%<CR>
42 map <C-y> :copy %TITLE% :: %URL%<CR>
43
44 " vim: set ft=vimperator: