]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Mon, 3 Mar 2014 03:17:18 +0000 (12:17 +0900)
committerPHO <pho@cielonegro.org>
Mon, 3 Mar 2014 03:17:18 +0000 (12:17 +0900)
dot-files/_vimperatorrc

index 146a78738bfeb67de43c5a3f5dd0bb4f16e50a7f..2de34dee7e4d1ab9f778b13def87e0a9796e3c42 100644 (file)
@@ -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 <C-r> :mapc<CR>:cmapc<CR>:imapc<CR>:source .vimperatorrc<CR>
+
+" Copying URL
+map y :copy %URL%<CR>
+map <C-y> :copy %TITLE% :: %URL%<CR>
+
+" Unmap "bmark" from A
 map a <nop>
 
+" Switch tabs
 map h <C-p>
 map l <C-n>
 
+" Commands
 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>
 
@@ -20,6 +29,9 @@ command! -nargs=1 -description="Open package info in the HackageDB" hackage tabo
 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 <C-x><C-w> :wayback<CR>
+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 <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: