Changeset 23996 for dotfiles/vimperator
- Timestamp:
- 11/18/08 00:32:27 (8 weeks ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/suVene-vimperatorrc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/suVene-vimperatorrc
r23425 r23996 71 71 " Speed up first time history/bookmark completion 72 72 set preload 73 " 74 set verbose=9 73 75 " visualbell有効 74 76 set visualbell … … 88 90 autocmd LocationChange .* :js modes.passAllKeys = /^https?:\/\/(?:www\.)?rememberthemilk\.com/.test(buffer.URL) 89 91 autocmd LocationChange .* :js modes.passAllKeys = /^https?:\/\/mail\.google\.com/.test(buffer.URL) 92 autocmd LocationChange .* :js modes.passAllKeys = /^https?:\/\/(?:www\.)?google\.com\/reader/.test(buffer.URL) 90 93 91 94 " for browser … … 93 96 " 単語選択時の右側のスペース選択を行わない 94 97 set! layout.word_select.eat_space_to_next_word=false 95 98 " ポップアップ許可数を拡張 cf.http://la.ma.la/blog/diary_200611171115.htm 99 set! dom.popup_maximum=999 96 100 97 101 " for plugins … … 112 116 { label: 'hatenacite', value: '>%URL%:title=%TITLE%>\n%SEL%\n<<' }, 113 117 { label: 'markdown', value: '[%SEL%](%URL% "%TITLE%")' }, 118 ]; 119 EOM 120 121 " multi_requester.js 122 javascript <<EOM 123 liberator.globalVariables.multi_requester_siteinfo = [ 124 { 125 name: 'lo', // required 126 description: 'local', // required 127 url: 'http://localhost/index.html?%s', // required, %s <-- replace string 128 resultXpath: '//*', // optional(default all) 129 encode: 'SHIFT-JIS', // optional(default UTF-8) 130 ignoreTags: 'img', // optional(default script), syntax tag1,tag2,…… 131 }, 132 ]; 133 liberator.globalVariables.multi_requester_mappings = [ 134 [',ml', 'lo'], // <-- :mr lo 135 [',ma', 'alc'], // <-- :mr alc 136 [',mg', 'goo', '!'], // <-- :mr! goo 114 137 ]; 115 138 EOM
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)