]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_vimperatorrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimperatorrc
index 4ab29ff0160733e0ddf3f3b5792ed9cfebb8255e..2c68df950b0bbb47e2b2e1198d1adce793a8c965 100644 (file)
@@ -1,11 +1,44 @@
+" -*- vimrc -*-
 "2.3.1 (created: 2010/04/07 18:56:53)
 
 set guioptions=mrnb
+set toolbars=addons,noboookmarks,menu,nonavigation,notabs
+set editor=/usr/pkg/bin/emacsclient
+
+" Unmap "bmark" from A.
+map a <nop>
 
 map h <C-p>
 map l <C-n>
 
+map <C-x><C-r> :rfc 
+command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
 
+map <C-x><C-h> :hackage 
 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>
 
+map <C-x><C-t> :ghctrac 
+command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/<args>
+
+map ma :mr alc 
+map mg :mr goo 
+
+" Haskell
+qmark g http://www.haskell.org/ghc/
+qmark h http://hackage.haskell.org/packages/archive/pkg-list.html
+
+" AWS Console
+qmark a https://console.aws.amazon.com/
+
+" Bank
+qmark b http://direct.bk.mufg.jp/
+
+" Securities
+qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
+
+map <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source .vimperatorrc<CR>
+
+map y :copy %URL%<CR>
+map <C-y> :copy %TITLE% :: %URL%<CR>
+
 " vim: set ft=vimperator: