- 2009-02-24 (Tue) 21:21
- Software
gitとかsvnで管理するほどでもないので,とりあえず貼付けておく.
set titlestring="Mozilla Firefox" set wildoptions=auto set hlsearch set showtabline=0 set complete=sl set history=1000 set focuscontent set preload set verbose=9 set showtabline=1 map j 3 map k 3 map h map l map bs :bs " move feed to status bar js << EOF (function(){ var feedPanel = document.createElement('statusbarpanel'); var feedButton = document.getElementById('feed-button'); feedPanel.setAttribute('id','feed-panel-clone'); feedPanel.appendChild(feedButton.cloneNode(true)); feedButton.parentNode.removeChild(feedButton); document.getElementById('status-bar').insertBefore(feedPanel,document.getElementById('security-button')); })(); EOF " migemo_hints.js set hintmatching=custom " google_search.js map gs :gsearch " feedSomeKeys_2.js autocmd LocationChange .* :fmapc autocmd LocationChange reader¥¥.livedoor¥¥.com/reader :fmap j k s a p o v c <S> z b autocmd LocationChange mail¥¥.google¥¥.com/mail :fmap -depth 4 c / j k n p o u e x s r a # < > z ? gi gs gt gd ga gc " ime_controller.js let g:ex_ime_mode = 'inactive' let g:textarea_ime_mode = "inactive" " direct_bookmark.js let g:direct_sbm_use_services_by_post = "h" let g:direct_sbm_use_services_by_tag = "h" map a :sbm [ colorscheme original echo .vimperatorrc sourced
カラースキームもあちこち参考にしながら多少自分好みにしてみたけど,ほとんどデフォルトで問題ないなーって思ったりする.
" Hint
hi Hint z-index:5000; font-family: "Lucida Grande", monospace; font-size: 11px; padding: 0 0.25em; margin: -0.5em 0 0 -1em; background-color: #f07e00; border: 1px #ff7d00 solid; -moz-border-radius: 4px; color: white; font-weight: bolder; opacity: 0.9;
hi HintActive z-index:4990; background-color: #88FF00; color: black;
hi HintElem z-index:4900; background-color: yellow; color: black;
" Status Line
hi StatusLine font-size: 11px; color: #000; background: url("chrome://global/skin/statusbar-background.gif") #949393 repeat-x top left; border-top: 1px solid #888; height: 22px; padding-left: 0.5em;
hi StatusLineSecure font-size: 11px; color: #262626; background: url("chrome://global/skin/statusbar-background.gif") #949393 repeat-x top left; border-top: 1px solid #888; height: 22px; padding-left: 0.5em;
hi StatusLineBroken font-size: 11px; color: #d00f0f; background: url("chrome://global/skin/statusbar-background.gif") #949393 repeat-x top left; border-top: 1px solid #888; height: 22px; padding-left: 0.5em;
- Newer: Vimperator 2.0 beta 2.0
- Older: screen
Comments:0
Trackbacks:0
- Trackback URL for this entry
- http://ma38su.org/2009/02/24/882/trackback/
- Listed below are links to weblogs that reference
- Vimperator from ma38su.org