Changeset 28546

Show
Ignore:
Timestamp:
01/17/09 16:20:32 (4 years ago)
Author:
kozo-ni
Message:

added autoignore setting on Google reader

Files:
1 modified

Legend:

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

    r28545 r28546  
    4747 
    4848" http://unsigned.g.hatena.ne.jp/Trapezoid/20080620/1213889094 
     49" http://mattn.kaoriya.net/software/firefox/vimperator/20080620102116.htm 
     50" http://vimperator.org/trac/ticket/135 
    4951set wildoptions=auto 
    5052set complete=l 
     
    5557 
    5658set! browser.fullscreen.autohide=false 
     59 
     60" autoignore mode on certain pages 
     61autocmd LocationChange .* :js modes.passAllKeys = /^https?:\/\/(?:www\.)?google\.com\/reader/.test(buffer.URL) 
    5762 
    5863" http://vimperator.org/trac/wiki/Vimperator/Tips&Tricks