X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_vimperatorrc;h=80e0d49980d1a727cdba7339cc82854fed100fe3;hb=28711459374c66691912d509fe3b4b093408d974;hp=35d2b55ef232edb7c99dddaa65ab551b35da5ea4;hpb=055e3b4b839a82525d1adee1ef938ec5fc3ef153;p=sugar.git diff --git a/dot-files/_vimperatorrc b/dot-files/_vimperatorrc index 35d2b55..80e0d49 100644 --- a/dot-files/_vimperatorrc +++ b/dot-files/_vimperatorrc @@ -1,27 +1,72 @@ +" -*- vimrc -*- "2.3.1 (created: 2010/04/07 18:56:53) -set guioptions=mrnb -set toolbars=addons,noboookmarks,menu,nonavigation,notabs +"set guioptions=mrnb +set toolbars=addons,nobookmarks,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 +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 +" plugin/minecraft-wiki.js +map :mcwiki! + +" Smokeping +qmark p http://aria.cielonegro.org/cgi-bin/smokeping.cgi + +" Haskell qmark g http://www.haskell.org/ghc/ qmark h http://hackage.haskell.org/packages/archive/pkg-list.html +qmark P https://phabricator.haskell.org/ -map :mapc:cmapc:imapc:source .vimperatorrc +" Tumblr +qmark t https://www.tumblr.com/dashboard -map y :copy %URL% -map :copy %TITLE% :: %URL% +" Dropbox +qmark d https://www.dropbox.com/home + +" Google Bookmarks +qmark m https://www.google.com/bookmarks/ + +" Google Translate +qmark T https://translate.google.com/ + +" AWS Console +qmark a https://console.aws.amazon.com/ + +" Banks +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: