Changeset 27525 for dotfiles/vimperator/tokuhirom-vimperatorrc
- Timestamp:
- 12/29/08 00:14:29 (4 years ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/tokuhirom-vimperatorrc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/tokuhirom-vimperatorrc
r27350 r27525 33 33 cmap <M-v> <C-v><M-v> 34 34 35 " key remap 35 " vim in textarea 36 set noinsertmode 37 38 " 多めに移動せよ 36 39 noremap j 5j 37 40 noremap k 5k 41 42 " f で新規タブ、F で現在のタブに開くように 43 noremap f F 44 noremap F f 38 45 39 46 " Options … … 53 60 " plugins 54 61 62 let g:plugin_loader_roots = "/Users/tokuhirom/project/vimperator-plugins/" 63 let g:plugin_loader_plugins = '_libly,walk-input,direct_hb,feeder,multi_requester,feedSomeKeys_2,migemized_find,clock' 64 55 65 map a :hb<CR> 56 66 map A :hb<Space> … … 60 70 autocmd LocationChange .* :fmapc 61 71 autocmd LocationChange mail\\.google\\.com/mail/ :fmap! -d 4 c / j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc * ! 62 autocmd LocationChange reader\\.livedoor\\.com/reader/ :fmap! j k s a p o v c <Space> <S-Space> z b < > Z r 72 autocmd LocationChange reader\\.livedoor\\.com/reader/ :fmap! j k s a p o v c <Space> <S-Space> z b < > Z r q w 63 73 autocmd LocationChange www\\.rememberthemilk\\.com/home/tokuhirom/ :fmap! j k s a p o v c <Space> <S-Space> z b < > Z r t x d 74 75 " noscript.js 76 map <silent> ,s :noscript toggletemp<CR> 77 map <silent> ,S :noscript toggleperm<CR> 64 78 65 79 """"""""""""""""""""""""""""" … … 93 107 })(); 94 108 EOF 109 110 " scrapbook 111 js <<EOF 112 (function () { 113 commands.addUserCommand( 114 ['sc[rap]'], 115 'scrap this page', 116 function(){ 117 sbBrowserOverlay.execCapture(0, null, true , 'urn:scrapbook:root'); 118 } 119 ); 120 })(); 121 EOF 122
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)