Changeset 27831 for dotfiles/vimperator/janus_wel-vimperatorrc
- Timestamp:
- 01/03/09 21:08:43 (4 years ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/janus_wel-vimperatorrc (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/janus_wel-vimperatorrc
r26382 r27831 1 " .vimperatorrc 1 2 " for 2.0pre (created: 2008/12/10 07:30:02) 3 " Last Change: 2009/01/03 13:37:05. 2 4 3 5 " set --------------------------------------------------------------------- … … 40 42 " move to autocmd (below) 41 43 "set pageinfo=gmchH 44 45 " show right and bottom scroll bar 46 set go=rb 47 48 "set noloadplugins 42 49 43 50 … … 85 92 " Mappings ---------------------------------------------------------------- 86 93 " tab operation 87 map <C-h> gT88 map <C-l> gt89 map <silent><C-p> :tabmove! -1<CR>90 map <silent><C-n> :tabmove! +1<CR>94 noremap <C-h> gT 95 noremap <C-l> gt 96 noremap <C-p> :tabmove! -1<CR> 97 noremap <C-n> :tabmove! +1<CR> 91 98 92 99 " I で pageinfo 93 map <silent>I :pageinfo<CR>100 noremap I :pageinfo<CR> 94 101 95 102 " scrooooooooll 96 map J <C-d>97 map K <C-u>103 noremap J <C-d> 104 noremap K <C-u> 98 105 99 106 " fuckups 100 map p <Nop>101 map <C-k> <Nop>107 noremap p <Nop> 108 noremap <C-k> <Nop> 102 109 " move to .vimperatorrc.js 103 110 "map A <Nop> … … 132 139 133 140 " better safe than sorry 134 i map <C-h> <BS>135 map <silent><Leader>B :js content.document.body.focus();<CR>141 inoremap <C-h> <BS> 142 noremap <Leader>B :js content.document.body.focus();<CR> 136 143 137 144 " sourcing .vimperatorrc 138 map <silent><Leader>r :so ~/.vimperatorrc<CR>139 map <silent><Leader>R :mapc<CR>:cmapc<CR>:imapc<CR>:so ~/.vimperatorrc<CR>145 noremap <Leader>r :so ~/.vimperatorrc<CR> 146 noremap <Leader>R :mapc<CR>:cmapc<CR>:imapc<CR>:so ~/.vimperatorrc<CR> 140 147 141 148 " we love echo 142 map e :echo<Space> 143 149 noremap e :echo<Space> 150 151 " simple 152 noremap <Leader>l :toggleldrizecooperation<CR> 153 154 noremap <Leader>d :redraw<CR> 144 155 145 156 " Plugins ----------------------------------------------------------------- … … 153 164 154 165 " plugin: copy.js 155 map <silent><Leader>c :copy title<CR>166 noremap <Leader>c :copy title<CR> 156 167 157 168 " plugin: blinkelement.js 158 map <Leader>b :bl content.document.getElement159 map <Leader>e :bl buffer.evaluateXPath169 noremap <Leader>b :bl content.document.getElement 170 noremap <Leader>e :bl buffer.evaluateXPath 160 171 161 172 " plugin: noscript.js 162 map <silent><Leader>s :noscript toggletemp<CR>163 map <silent> <Leader>S :noscript toggleperl<CR>173 noremap <Leader>s :noscript toggletemp<CR> 174 noremap <Leader>S :noscript toggleperm<CR> 164 175 165 176 " plugin: direct_bookmark.js 166 177 " use service: delicious, はてなブックマーク 167 let g:direct_sbm_use_services_by_post='dh'168 let g:direct_sbm_use_services_by_tag='dh'178 let direct_sbm_use_services_by_post='dh' 179 let direct_sbm_use_services_by_tag='dh' 169 180 170 181 " plugin: matanico.js 171 let g:matanico_status_servicename='またニコ'172 let g:matanico_status_format='$SERVICENAME : $COMMENT [$SUBJECT]($PLAYTIME) - $URL'173 let g:matanico_tag_servicename='またニコタグ'174 let g:matanico_tag_format='$SERVICENAME : $COMMENT [$TAG]($NUMOFVIDEOS件) - $URL'175 let g:matanico_related_tag_servicename='またニコタグ(キーワード)'176 let g:matanico_related_tag_format='$SERVICENAME : $COMMENT [$KEYWORD]($NUMOFTAGS件) - $URL'182 let matanico_watch_servicename='またニコ' 183 let matanico_watch_format='$SERVICENAME : $COMMENT [$SUBJECT]($PLAYTIME) - $URL' 184 let matanico_tag_servicename='またニコタグ' 185 let matanico_tag_format='$SERVICENAME : $COMMENT [$TAG]($NUMOFVIDEOS件) - $URL' 186 let matanico_related_tag_servicename='またニコタグ(キーワード)' 187 let matanico_related_tag_format='$SERVICENAME : $COMMENT [$KEYWORD]($NUMOFTAGS件) - $URL' 177 188 178 189 " plugin: reading.js 179 let g:reading_servicename='reading'180 let g:reading_format='$SERVICENAME : $COMMENT [$TITLE] $URL $SELECTED'190 let reading_servicename='reading' 191 let reading_format='$SERVICENAME : $COMMENT [$TITLE] $URL $SELECTED' 181 192 182 193 " plugin: nnp_cooperation.js 183 let g:nnp_coop_numoflist='7'194 let nnp_coop_numoflist='7' 184 195 185 196 " plugin: ime_controller.js 186 let g:ex_ime_mode='inactive'187 let g:textarea_ime_mode='inactive'197 let ex_ime_mode='inactive' 198 let textarea_ime_mode='inactive' 188 199 189 200 " plugin: clock.js … … 207 218 208 219 " autocmd --------------------------------------------------------------- 220 " fmap --- 221 " all clear 209 222 autocmd LocationChange .* :fmapc 210 autocmd LocationChange http://fastladder\\.com/reader/ :fmap j k s a p o v c <Space> <S-Space> z b < > q w 211 autocmd LocationChange https?://www\\.rememberthemilk\\.com/home/ :fmap j k m i c t <Del> <C-S-Left> <C-S-Right> 223 224 " Fastladder 225 " pass through default keybinds 226 autocmd LocationChange http://fastladder\\.com/reader/ :fmap j k s a p o q w r J,<Space> K,<S-Space> 227 " LDR Full Feed 228 autocmd LocationChange http://fastladder\\.com/reader/ :fmap v,g V,G 229 " LDR + Tombloo 230 autocmd LocationChange http://fastladder\\.com/reader/ :fmap B,T 231 " Hatena Star 232 autocmd LocationChange http://fastladder\\.com/reader/ :fmap H 233 234 " Remember the Milk 235 " add / complete / edit / delete tasks 236 autocmd LocationChange https?://www\\.rememberthemilk\\.com/home/[^/]+/#section\\.tasks :fmap C,t c V,p v,d w,f q,g s Q,u W,l S,y I,r U,z <C-1>,1 <C-2>,2 <C-3>,3 <C-0>,4 <Del> 237 " select tasks / tab switch / multiple mode 238 autocmd LocationChange https?://www\\.rememberthemilk\\.com/home/[^/]+/#section\\.tasks :fmap a n k j i h m 239 " list switch 240 autocmd LocationChange https?://www\\.rememberthemilk\\.com/home/[^/]+/#section\\.tasks :fmap <C-H>,<C-S-Left> <C-L>,<C-S-Right> 241 242 " Mitter 243 " w/q for Mitter kbd raging changer 212 244 autocmd LocationChange http://mitter\\.jp/edit :fmap w q 213 245 246 247 " set --- 214 248 " option c/h/H is defined by plugin, 215 249 " the timing ':set pageinfo' is at the ready of vimperator
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)