]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_vimperatorrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimperatorrc
index e72367df1ed3fd6d6648ae79270e9ca917192dfd..b58bce6d36b204c51b504df15c6e93bf4997dbce 100644 (file)
@@ -1,16 +1,25 @@
 " -*- 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,tabs
 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,25 +29,47 @@ 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 
 
+" plugin/minecraft-wiki.js
+map <C-x><C-m> :mcwiki! 
+
+" plugin/mojang-jira.js
+map <C-x><C-j> :mojira! 
+
+" 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/
+
+" Tumblr
+qmark t https://www.tumblr.com/dashboard
+
+" 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/
 
-" Bank
+" 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#
 
-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: