軟弱者の .vimperatorrc

" 1.2 (created: 2008/08/16 18:51:52)
" Mappings
" My vim と同じに
map gT
map gt
" :open -tags が何故か働かないので bookmark は hatena を使う
map a :open javascript:window.location='http://b.hatena.ne.jp/add?mode=confirm&title='+escape(document.title)+'&url='+escape(location.href);
" Options
" 軟弱なのでメニューは一式そのまま
set go+=mbT
set newtab=help,addons,downloads
set editor=urxvt -e
" Abbreviations

"source! ~/.vimperatorrc.local

" それにしても help は AsciiDoc で書いてある (:pageinfo). そこは当然 VST_ で
" しょう:-).

" _VST: http://www.vim.org/scripts/script.php?script_id=1334
" vim: set ft=vim: