Changeset 8999 for dotfiles/vimperator/otsune-vimperatorrc
- Timestamp:
- 04/06/08 16:35:25 (8 months ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/otsune-vimperatorrc (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/otsune-vimperatorrc
r8693 r8999 13 13 noremap j 5j 14 14 noremap k 5k 15 noremap J <Down> 16 noremap K <Up> 15 17 16 18 " select next/previous tab … … 31 33 map <A-B> :set guioptions-=b<CR> 32 34 "map ,B :set guioptions-=b<CR> 33 map ,t :toggleToolbar<CR> 35 "map ,t :toggleToolbar<CR> 36 noremap ,t :mb tumblr.reblog<CR> 37 noremap ,p :pukka<CR> 34 38 35 39 " Unhidden and hidden the menubar and the toolbar … … 45 49 set complete=sbgh 46 50 "]] 47 set nextpattern+=次 のページ,\b次.*,→\b,下一頁,Следующая,다음51 set nextpattern+=次(の)?ページ,\b次.*,→\b,下一頁,Следующая,다음 48 52 "[[ 49 set previouspattern+=前 のページ,\b前.*,\b←53 set previouspattern+=前(の)?ページ,\b前.*,\b← 50 54 " 51 55 set editor=/opt/local/bin/gvim -f 52 56 53 57 " pukka plugin variable 54 let g:pukka_normalizelink = "true" 58 let g:pukka_normalizelink = true 59 60 " ldr_cooperation.js 61 let g:ldrc_captureMappings = "['h', 'j', 'k', 'p', 'o', '?']" 62 63 " autoignore mode on certain pages 64 :autocmd PageLoad .* :js modes.passAllKeys = /gmail\.com/.test(buffer.URL) 65 :autocmd PageLoad .* :js modes.passAllKeys = /www\.nicovideo\.jp\/watch/.test(buffer.URL) 55 66 56 67 " Add Mapping `C-c' copy or stop loading … … 61 72 var sel = liberator.buffer.getCurrentWord(); 62 73 if (sel) { 63 liberator.copyToClipboard(sel );64 liberator.echo('Yanked: '+sel);74 liberator.copyToClipboard(sel, true); 75 echo('Yanked: ' + liberator.util.escapeHTML(sel) ); 65 76 } else { 66 77 BrowserStop(); … … 83 94 })(); 84 95 EOM 96 97 " disable accesskey 98 javascript <<EOM 99 liberator.options.setPref('ui.key.generalAccessKey', 0); 100 EOM 101 85 102 " Abbreviations 86 103
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)