"2.1 (created: 2009/05/21 13:13:06) set titlestring=Firefox set guioptions=mBr set wildoptions=sort set "runtimepath=C:\\Documents and Settings\\kimura\\vimperator" source! "C:\\Documents and Settings\\kimura\\_vimperatorrc.local" set visualbell highlight Bell display:none set focuscontent " 補完リストはサーチエンジンとロケーションバー、ブックマークの履歴の順番 set complete=slb command mail open gmail command gmark open gm map a :gmark<CR> command hmark open hmark map <C-Left> :bNext<CR> map <C-Right> :bnext<CR> let mapleader = "," " .vimperatorrcを再読み込み(:restartしなくてもいい) map <silent> <Leader>R :mapc<CR>:cmapc<CR>:imapc<CR>:so ~/_vimperatorrc<CR> " for copy.js " 今見ているページのURLや選択範囲をテンプレートに従ってクリップボードにコピー js <<EOM liberator.globalVariables.copy_templates = [ { label: 'H::D', value: '[%URL%:title=%TITLE%]' }, { label: 'H::D(Quote)', value: '>%URL%:title=%TITLE%>\n%SEL%\n<<' }, { label: 'TitleAndURL', value: '%TITLE%\n%URL%' }, { label: 'OneLineTitleAndURL', value: '%TITLE% %URL%' }, { label: 'Title', value: '%TITLE%' }, { label: 'anchor', value: '<a href="%URL%">%TITLE%</a>' }, { label: 'selanchor', value: '<a href="%URL%" title="%TITLE%">%SEL%</a>' }, { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } ]; EOM "for feedSomeKey_2.jp "keyイベント(正確にはkepressイベント)をWebコンテンツ側へ送る autocmd LocationChange .* :fmapc "=== Gmail の場合 === autocmd LocationChange 'mail\.google\.com/mail' :fmap -depth 4 c / j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc "=== Google Reader の場合 === autocmd LocationChange 'www\.google\.com/reader' :fmap! -vkey j k n o p m s t v A r S N P X O gh ga gs gt gu u / ? <Space> <S-Space> "=== Google Calendar の場合 === autocmd LocationChange 'www\.google\.com/calendar/' :fmap! -vkey -event keydown t a d w m x c e <Del> / + q s ? "=== 完全に無効にする場合 === "autocmd LocationChange 'www\.google\.com/notebook/' :js liberator.modules.modes.passAllKeys=true