X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=dot-files%2F_vimperatorrc;h=945bed98458dc3f0521c1562f739662d773da372;hb=ace009ee3a4183b25ea5beffc65ccf286fa81590;hp=23c823bf117b32dc474c5de7cf39903ca6cc7ef6;hpb=ef542725d052de9743b23a0dbc0dda0a8969b1ee;p=sugar.git diff --git a/dot-files/_vimperatorrc b/dot-files/_vimperatorrc index 23c823b..945bed9 100644 --- a/dot-files/_vimperatorrc +++ b/dot-files/_vimperatorrc @@ -1,12 +1,53 @@ +" -*- vimrc -*- "2.3.1 (created: 2010/04/07 18:56:53) -set guioptions=mrnb +"set guioptions=mrnb +set toolbars=addons,noboookmarks,menu,nonavigation,notabs +set editor=/usr/pkg/bin/emacsclient +" Reload the rc +map :mapc:cmapc:imapc:source .vimperatorrc + +" Copying URL +map y :copy %URL% +map :copy %TITLE% :: %URL% + +" Unmap "bmark" from A +map a + +" Switch tabs map h map l -map :hackage +" Commands +map :rfc +command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc +map :hackage command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/ +map :ghctrac +command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen http://hackage.haskell.org/trac/ghc/ticket/ + +map :wayback +command! -description="Way back the current page" wayback open javascript:(location.href="http://web.archive.org/web/*/"+location.href) + +" multi_requester +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/ +qmark B http://www.mizuhobank.co.jp/direct/start.html + +" Securities +qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login# + " vim: set ft=vimperator: