X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_vimperatorrc;h=2de34dee7e4d1ab9f778b13def87e0a9796e3c42;hb=912b9d7899e0727594e7737d86c34b12c1f5fcf3;hp=146a78738bfeb67de43c5a3f5dd0bb4f16e50a7f;hpb=da3d5a521dd97d141344f01e6146c33d7396b54b;p=sugar.git diff --git a/dot-files/_vimperatorrc b/dot-files/_vimperatorrc index 146a787..2de34de 100644 --- a/dot-files/_vimperatorrc +++ b/dot-files/_vimperatorrc @@ -5,12 +5,21 @@ set guioptions=mrnb set toolbars=addons,noboookmarks,menu,nonavigation,notabs set editor=/usr/pkg/bin/emacsclient -" Unmap "bmark" from A. +" 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 +" Commands map :rfc command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc @@ -20,6 +29,9 @@ command! -nargs=1 -description="Open package info in the HackageDB" hackage tabo 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 @@ -37,9 +49,4 @@ qmark b http://direct.bk.mufg.jp/ " Securities qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login# -map :mapc:cmapc:imapc:source .vimperatorrc - -map y :copy %URL% -map :copy %TITLE% :: %URL% - " vim: set ft=vimperator: