]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_vimperatorrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimperatorrc
index fe17465f083c8c2d1c7b192e78f35470b531f0e9..e72367df1ed3fd6d6648ae79270e9ca917192dfd 100644 (file)
@@ -5,6 +5,9 @@ set guioptions=mrnb
 set toolbars=addons,noboookmarks,menu,nonavigation,notabs
 set editor=/usr/pkg/bin/emacsclient
 
+" Unmap "bmark" from A.
+map a <nop>
+
 map h <C-p>
 map l <C-n>
 
@@ -20,12 +23,22 @@ command! -nargs=1 -description="Open an issue in the GHC Trac" ghctrac tabopen h
 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/
+
+" 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 y :copy %URL%<CR>
 map <C-y> :copy %TITLE% :: %URL%<CR>
 
 " vim: set ft=vimperator: