Show
Ignore:
Timestamp:
05/02/08 20:51:07 (7 months ago)
Author:
otsune
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vimperator/otsune-vimperatorrc

    r9108 r10950  
    3131 
    3232" ex mode 
    33 cmap <Down> <Tab> 
    34 cmap <Up> <S-Tab> 
     33cmap <C-d> <Tab> 
     34"cmap <Down> <Tab> 
     35"cmap <Up> <S-Tab> 
     36cmap <C-n> <Tab> 
     37cmap <C-p> <S-Tab> 
    3538 
    3639" 
     
    5457set history=1000 
    5558set complete=sbgh 
     59set suggestengines=google 
    5660"]] 
    5761set nextpattern+=next, 次(の)?ページ,\b次.*,→\b,下一頁,Следующая,다음 
     
    6266 
    6367" pukka plugin variable 
    64 let g:pukka_normalizelink = true 
     68let g:pukka_normalizelink = "true" 
     69 
     70" ime_control.js 
     71let g:ex_ime_mode = "inactive" 
    6572 
    6673" ldr_cooperation.js 
    67 let g:ldrc_captureMappings = "['h', 'j', 'k', 'p', 'o', '?']" 
     74let g:ldrc_captureMappings = "['t', 'h', 'l', 'j', 'k', 'p', 'o', '?']" 
    6875 
    69 " autoignore mode on certain pages 
    70 :autocmd PageLoad .* :js modes.passAllKeys = /gmail\.com/.test(buffer.URL) 
    71 :autocmd PageLoad .* :js modes.passAllKeys = /www\.nicovideo\.jp\/watch/.test(buffer.URL) 
     76" autoIgnoreKey.js 
     77javascript <<EOM 
     78liberator.globalVariables.autoignorekey_pages = uneval([ 
     79  /^https?:\/\/mail\.google\.com\//,  
     80  /^https?:\/\/fastladder\.com\//,  
     81]); 
     82EOM 
     83 
     84" copy.js 
     85javascript <<EOM 
     86liberator.globalVariables.copy_templates = [ 
     87   { label: 'titleAndURL',    value: '%TITLE% %URL%' }, 
     88   { label: 'title',          value: '%TITLE%' }, 
     89   { label: 'hatena',         value: '[%URL%:title=%TITLE%]' }, 
     90   { label: 'hatenacite',     value: '>%URL%:title=%TITLE%>\n%SEL%\n<<' }, 
     91   { label: 'markdown',       value: '[%SEL%](%URL% "%TITLE%")' }, 
     92   { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } 
     93]; 
     94EOM 
    7295 
    7396" Add Mapping `C-c' copy or stop loading 
     
    108131" Abbreviations 
    109132 
    110 source! ~/.vimperatorrc.local 
     133"source! ~/.vimperatorrc.local 
    111134 
    112135" vim: set ft=vimperator: