Changeset 24675 for dotfiles/vimperator
- Timestamp:
- 11/23/08 08:10:53 (7 weeks ago)
- Location:
- dotfiles/vimperator
- Files:
-
- 2 modified
-
janus_wel-vimperatorrc (modified) (5 diffs)
-
janus_wel-vimperatorrc.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/janus_wel-vimperatorrc
r23014 r24675 55 55 " タブの閉じるボタンを常に非表示にする 56 56 set! browser.tabs.closeButtons=2 57 " タブの最 小幅を 36px にする58 set! browser.tabs.tabM inWidth=2457 " タブの最大幅を 36px にする 58 set! browser.tabs.tabMaxWidth=24 59 59 " 補完候補の数を 10 個にする 60 60 set! browser.urlbar.maxRichResults=10 … … 89 89 90 90 " A で bookmark toggle ( デフォルト ) を解除 91 map A <Nop>91 "map A <Nop> 92 92 93 93 " J, K で幅のおおきいスクロール 94 94 map J <C-d> 95 95 map K <C-u> 96 97 " p でクリップボードのものを開くのはウザいので無効化 98 map p <Nop> 96 99 97 100 " <C-k> で検索ページにいくのがウザイので無効化 … … 133 136 map <Leader>R :mapc<CR>:cmapc<CR>:imapc<CR>:so ~/.vimperatorrc<CR> 134 137 138 " みんな好きだろ ? echo 139 map e :echo<Space> 140 135 141 136 142 " Plugins ----------------------------------------------------------------- 137 143 " a で del.icio.us へ post 138 " plugin : direct_bookmark.js144 " plugin: direct_bookmark.js 139 145 "map a :sbm<Space> 140 146 141 147 " v でブックマークコメントを表示 142 " plugin : sbmcommentsviewer.js148 " plugin: sbmcommentsviewer.js 143 149 "map v :viewSBMComments -t hd 144 150 145 151 " c で title 要素コピー 146 " plugin : copy.js152 " plugin: copy.js 147 153 map c :copy title<CR> 148 154 149 " e で ALC 英辞郎で辞書を引く150 " plugin : lookupDictionary.js 151 map e :eijiro<Space>155 " plugin: blinkelement.js 156 map <Leader>b :bl content.document.getElement 157 map <Leader>e :bl buffer.evaluateXPath 152 158 153 159 " 使用する Social Bookmark を del.icio.us とはてなブックマークに設定 154 " plugin : direct_bookmark.js160 " plugin: direct_bookmark.js 155 161 let g:direct_sbm_use_services_by_post='dh' 156 162 let g:direct_sbm_use_services_by_tag='dh' 157 163 158 " plugin : matanico.js164 " plugin: matanico.js 159 165 let g:matanico_status_servicename='またニコ' 160 166 let g:matanico_status_format='$SERVICENAME : $COMMENT [$SUBJECT]($PLAYTIME) - $URL' … … 164 170 let g:matanico_related_tag_format='$SERVICENAME : $COMMENT [$KEYWORD]($NUMOFTAGS件) - $URL' 165 171 166 " plugin : reading.js172 " plugin: reading.js 167 173 let g:reading_servicename='reading' 168 174 let g:reading_format='$SERVICENAME : $COMMENT [$TITLE] $URL $SELECTED' 169 175 170 176 " 再生リストの表示数を 7 個に 171 " plugin : nnp_cooperation.js177 " plugin: nnp_cooperation.js 172 178 let g:nnp_coop_numoflist='7' 173 179 … … 185 191 186 192 193 " autocmd --------------------------------------------------------------- 194 autocmd LocationChange .* :fmapc 195 autocmd LocationChange http://fastladder\\.com/reader/ :fmap j k s a p o v c <Space> <S-Space> z b < > q w 196 autocmd LocationChange https?://www\\.rememberthemilk\\.com/home/ :fmap j k m i c t <Del> <C-S-Left> <C-S-Right> 197 198 187 199 " finish ---------------------------------------------------------------- 188 200 echo ".vimperator sourced." -
dotfiles/vimperator/janus_wel-vimperatorrc.js
r23014 r24675 1 1 // .vimperator.js 2 // author: janus_wel<janus@fb3.so-net.ne.jp> 2 3 3 4 // 自動で PASS THROUGH mode にする URL の設定 4 5 // plugin : autoIgnoreKey.js 5 liberator.globalVariables.autoignorekey_pages = uneval([6 /^https?:\/\/www\.google\.com\/reader\//,7 /^http:\/\/www\.rememberthemilk\.com\/home\//,8 ]);6 //liberator.globalVariables.autoignorekey_pages = uneval([ 7 // /^https?:\/\/www\.google\.com\/reader\//, 8 // /^http:\/\/www\.rememberthemilk\.com\/home\//, 9 //]); 9 10 10 11 // 動画サイトの操作用 map … … 47 48 extra: { rhs: ':viewSBMComments -t hd<CR>', }, 48 49 }, 50 { 51 command: 'p', 52 action: function() {}, 53 description: 'Nop', 54 extra: {}, 55 }, 49 56 ]; 50 57 … … 192 199 193 200 { 194 url: '^http:// jp\\.youtube\\.com/watch',201 url: '^http://[^\\.]+\\.youtube\\.com/watch', 195 202 maps: [ 196 203 { … … 342 349 })(); 343 350 351 // multi_requester.js 352 liberator.globalVariables.multi_requester_mappings = [ 353 ['E', 'alc'], 354 ['W', 'goo'], 355 ['A', 'answers'], 356 ]; 344 357 345 358 // finished
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)