- Timestamp:
- 12/24/08 18:40:55 (4 years ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/tokuhirom-vimperatorrc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/tokuhirom-vimperatorrc
r27159 r27350 44 44 set suggestengines=google 45 45 set newtab=all 46 set focuscontent47 46 set editor=emacsclient 48 47 … … 62 61 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 * ! 63 62 autocmd LocationChange reader\\.livedoor\\.com/reader/ :fmap! j k s a p o v c <Space> <S-Space> z b < > Z r 64 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 63 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 65 64 65 """"""""""""""""""""""""""""" 66 " short scripts 67 68 js <<EOM 69 (function () { 70 commands.addUserCommand( 71 ['cpan'], 72 'search modules from cpan', 73 function (args) { 74 var arg = args.string; 75 liberator.open( 76 'http://search.cpan.org/search?mode=all&query=' + encodeURIComponent(arg), 77 liberator.NEW_TAB 78 ); 79 } 80 ); 81 })(); 82 EOM 83 84 " Show feed-button to statusbar 85 js <<EOF 86 (function(){ 87 var feedPanel = document.createElement('statusbarpanel'); 88 var feedButton = document.getElementById('feed-button'); 89 feedPanel.setAttribute('id','feed-panel-clone'); 90 feedPanel.appendChild(feedButton.cloneNode(true)); 91 feedButton.parentNode.removeChild(feedButton); 92 document.getElementById('status-bar').insertBefore(feedPanel,document.getElementById('security-button')); 93 })(); 94 EOF
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)