平衡点
2009/04/16
_ vimperator を 1.2 -> 2.0 に
Vimperator::Firefox Add-onsを愛用しています.
これまでは vimperator 1.2 を使用していたのですが(ヘタレですいません), 上記リンク先で配布している add-ons が 2.0 に更新されたので, 手元の環境でも更新してみました. その際の変更点などメモ.
...それほど凝ったことしてないですが
設定ファイルでの修正点
変更したのは以下の二箇所
"tab numbering set guioptions=n "nobeep set visualbell highlight Bell display:none
他はこれまで通り(と言ってもタイトル文字列の変更とデフォルトの検索エンジン設定しかしてなかったけれど)
plugin
subversion で 2.0 用の branches を落してきて使用中のプラグインを移動するだけ.
$ svn co http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/2.0 vimperator_plugins
無いと途方にくれるのは以下の二つだけなんですけどね.
char-hints-mod2.js の設定は以下の通り
"char-hints-mod2 let g:hintsio="iO" let g:hintchars="HJKLASDFGYUIOPQWERNMZXVB"
あと feed アイコンを表示する設定はそのまま使えた
"feedアイコン表示 "http://d.hatena.ne.jp/teramako/20071205/p1 javascript <<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')); })();
color scheme
vimplight.vimp が良い感じなので, それの hint 表示と文字サイズを弄って使用中.
git clone git://github.com/tlync/vimperator-addons.git
感想
「TabMixPlus と相性悪い」という話だけれども, 特に今の所困っていないのでまあ良しと.
うん. 快適快適