Changeset 10950 for dotfiles/vimperator/otsune-vimperatorrc
- Timestamp:
- 05/02/08 20:51:07 (7 months ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/otsune-vimperatorrc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/otsune-vimperatorrc
r9108 r10950 31 31 32 32 " ex mode 33 cmap <Down> <Tab> 34 cmap <Up> <S-Tab> 33 cmap <C-d> <Tab> 34 "cmap <Down> <Tab> 35 "cmap <Up> <S-Tab> 36 cmap <C-n> <Tab> 37 cmap <C-p> <S-Tab> 35 38 36 39 " … … 54 57 set history=1000 55 58 set complete=sbgh 59 set suggestengines=google 56 60 "]] 57 61 set nextpattern+=next, 次(の)?ページ,\b次.*,→\b,下一頁,Следующая,다음 … … 62 66 63 67 " pukka plugin variable 64 let g:pukka_normalizelink = true 68 let g:pukka_normalizelink = "true" 69 70 " ime_control.js 71 let g:ex_ime_mode = "inactive" 65 72 66 73 " ldr_cooperation.js 67 let g:ldrc_captureMappings = "[' h', 'j', 'k', 'p', 'o', '?']"74 let g:ldrc_captureMappings = "['t', 'h', 'l', 'j', 'k', 'p', 'o', '?']" 68 75 69 " autoignore mode on certain pages 70 :autocmd PageLoad .* :js modes.passAllKeys = /gmail\.com/.test(buffer.URL) 71 :autocmd PageLoad .* :js modes.passAllKeys = /www\.nicovideo\.jp\/watch/.test(buffer.URL) 76 " autoIgnoreKey.js 77 javascript <<EOM 78 liberator.globalVariables.autoignorekey_pages = uneval([ 79 /^https?:\/\/mail\.google\.com\//, 80 /^https?:\/\/fastladder\.com\//, 81 ]); 82 EOM 83 84 " copy.js 85 javascript <<EOM 86 liberator.globalVariables.copy_templates = [ 87 { label: 'titleAndURL', value: '%TITLE% %URL%' }, 88 { label: 'title', value: '%TITLE%' }, 89 { label: 'hatena', value: '[%URL%:title=%TITLE%]' }, 90 { label: 'hatenacite', value: '>%URL%:title=%TITLE%>\n%SEL%\n<<' }, 91 { label: 'markdown', value: '[%SEL%](%URL% "%TITLE%")' }, 92 { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } 93 ]; 94 EOM 72 95 73 96 " Add Mapping `C-c' copy or stop loading … … 108 131 " Abbreviations 109 132 110 source! ~/.vimperatorrc.local133 "source! ~/.vimperatorrc.local 111 134 112 135 " vim: set ft=vimperator:
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)