Changeset 34066

Show
Ignore:
Timestamp:
06/20/09 22:15:59 (4 years ago)
Author:
kozo-ni
Message:

選択部分google投げコマンド追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vimperator/kozo-ni-vimperatorrc

    r34049 r34066  
    9797EOF 
    9898 
     99command google -nargs=* tabopen http://www.google.co.jp/search?q=<args> 
     100noremap <silent> S :exe ":google "+content.getSelection()<CR> 
     101 
    99102" #224       Look up the words you selected in on-line dictionary dict.cn 
    100 command! alc -nargs=* tabopen http://eow.alc.co.jp/<args> 
     103command alc -nargs=* tabopen http://eow.alc.co.jp/<args> 
    101104noremap w :alc 
    102105noremap <silent> W :exe ":alc "+content.getSelection()<CR>