Changeset 12536 for dotfiles/vimperator
- Timestamp:
- 05/27/08 18:27:35 (5 years ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/retlet-vimperatorrc (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/retlet-vimperatorrc
r12089 r12536 60 60 map <C-l> :tabmove! +1<CR> 61 61 62 " i でvimperatorを無効化63 map i <C-q>64 65 " I でcaret modeを有効化66 map I <insert>67 68 62 " C-a で未分類のブックマークに追加/削除 69 63 noremap <C-a> A … … 87 81 88 82 " sbmcommentsviewer.js 89 " SBMのコメントを表示90 83 map b :viewSBMComments<CR> 91 84 85 " はてブのエントリーページを開くbookmarklet実行 86 " map B :o vb<CR> 87 92 88 " direct_bookmark.js 89 let g:direct_sbm_use_services_by_tag = "h" 90 let g:direct_sbm_use_services_by_post = "h" 91 let g:direct_sbm_is_normalize = "false" 92 let g:direct_sbm_is_use_migemo = "true" 93 93 map B :bentry<CR> 94 map a :sbm<CR> 95 map A :sbm<Space> 96 map ,a :btags<CR> 94 97 95 98 " direct_hb.js 96 99 " はてなブックマークにポスト 97 map a :hb<CR>98 map A :hb<Space>99 map ,a :hbtags<CR>100 "map a :hb<CR> 101 "map A :hb<Space> 102 "map ,a :hbtags<CR> 100 103 101 104 " ldrize_cooperation.js 102 105 let g:ldrc_captureMappings = "['j','k','p','o']" 103 let g:ldrc_isModHints = "true"104 106 map ,l :toggleldrc<CR> 105 map ,L :set ldrchints<CR>106 map ,<C-l> :set noldrchints<CR>107 107 108 108 " copy.js … … 132 132 autocmd TabSelect http://reader\.livedoor\.com/reader/ :fmap K <S-Space> 133 133 autocmd TabLeave http://reader\.livedoor\.com/reader/ :fmapc 134 autocmd CurrentPageLoad http://reader\.livedoor\.com/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', true); 135 autocmd TabSelect http://reader\.livedoor\.com/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', true); 136 autocmd TabLeave http://reader\.livedoor\.com/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', false); 134 137 135 138 " Fastladder … … 149 152 autocmd TabSelect http://fastladder\.com/reader/ :fmap K <S-Space> 150 153 autocmd TabLeave http://fastladder\.com/reader/ :fmapc 154 autocmd CurrentPageLoad http://fastladder\.com/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', true); 155 autocmd TabSelect http://fastladder\.com/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', true); 156 autocmd TabLeave http://fastladder\.com/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', false); 157 158 " OpenFL 159 js <<EOF 160 autocommands.add('CurrentPageLoad,TabSelect',/0\.0\.0\.0\:3000\/reader\//, 161 'js plugins.feedKey.setup("j k s a p v c <Space> <S-Space> z Z < > q w".split(/ +/));'); 162 EOF 163 autocmd CurrentPageLoad http://0\.0\.0\.0\:3000\/reader/ :fmap o vj 164 autocmd TabSelect http://0\.0\.0\.0\:3000\/reader/ :fmap o vj 165 autocmd CurrentPageLoad http://0\.0\.0\.0\:3000\/reader/ :fmap i Tj 166 autocmd TabSelect http://0\.0\.0\.0\:3000\/reader/ :fmap i Tj 167 autocmd CurrentPageLoad http://0\.0\.0\.0\:3000\/reader/ :fmap e Tj 168 autocmd TabSelect http://0\.0\.0\.0\:3000\/reader/ :fmap e Tj 169 autocmd CurrentPageLoad http://0\.0\.0\.0\:3000\/reader/ :fmap J <Space> 170 autocmd TabSelect http://0\.0\.0\.0\:3000\/reader/ :fmap J <Space> 171 autocmd CurrentPageLoad http://0\.0\.0\.0\:3000\/reader/ :fmap K <S-Space> 172 autocmd TabSelect http://0\.0\.0\.0\:3000\/reader/ :fmap K <S-Space> 173 autocmd TabLeave http://0\.0\.0\.0\:3000\/reader/ :fmapc 174 autocmd CurrentPageLoad http://0\.0\.0\.0\:3000\/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', true); 175 autocmd TabSelect http://0\.0\.0\.0\:3000\/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', true); 176 autocmd TabLeave http://0\.0\.0\.0\:3000\/reader/ js liberator.options.setPref('browser.tabs.loadDivertedInBackground', false); 151 177 152 178 " Tumblr 153 179 js <<EOF 154 autocommands.add('CurrentPageLoad,TabSelect',/.*\.tumblr\.com\/ ($|dashboard)/,180 autocommands.add('CurrentPageLoad,TabSelect',/.*\.tumblr\.com\//, 155 181 'js plugins.feedKey.setup("j k p o".split(/ +/));'); 156 182 EOF 157 autocmd CurrentPageLoad http://.*\.tumblr\.com/ ($|dashboard):fmap i tj158 autocmd TabSelect http://.*\.tumblr\.com/ ($|dashboard):fmap i tj159 autocmd CurrentPageLoad http://.*\.tumblr\.com/ ($|dashboard):fmap e tj160 autocmd TabSelect http://.*\.tumblr\.com/ ($|dashboard):fmap e tj161 autocmd TabLeave http://.*\.tumblr\.com/ ($|dashboard):fmapc183 autocmd CurrentPageLoad http://.*\.tumblr\.com/ :fmap i tj 184 autocmd TabSelect http://.*\.tumblr\.com/ :fmap i tj 185 autocmd CurrentPageLoad http://.*\.tumblr\.com/ :fmap e tj 186 autocmd TabSelect http://.*\.tumblr\.com/ :fmap e tj 187 autocmd TabLeave http://.*\.tumblr\.com/ :fmapc 162 188 163 189 " favotter … … 168 194 autocmd TabLeave http://favotter\.matope\.com/ :fmapc 169 195 170 " Google search171 "js <<EOF172 "autocommands.add('CurrentPageLoad,TabSelect',/www\.google\.(com|co\.jp)\/search\?q=/,173 " 'js plugins.feedKey.setup("j k p f".split(/ +/));');174 "EOF175 "autocmd TabLeave http://www\.google\.(com|co\.jp)/search\?q= :fmapc176 177 196 " Gmail 178 197 js <<EOF 179 198 autocommands.add('CurrentPageLoad,TabSelect',/mail\.google\.com\/(mail|a)\//,[ 180 199 'js plugins.feedKey.setup(', 181 '"c / y j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc".split(/ +/).map(function(i) [i, " 3" + i])',200 '"c / y j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc".split(/ +/).map(function(i) [i, "4" + i])', 182 201 ');' 183 202 ].join(''));
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)