Summary
2005-02-09 が手塚治虫の十七回忌總禅寺に手塚治虫のお墓がある.
「陽だまりの樹」の手塚良仙の墓石もある.
山手線の大塚駅から都電荒川線の新庚申塚駅で降り,朝日小学校に向かって歩くとあるらしい.
東京都豊島区巣鴨5-32
Reference
mixi - 手塚治虫コミュニティhttp://mixi.jp/view_bbs.pl?id=7123
$ tar -xjvf vim-6.3.tar.bz2
$ tar -xzvf vim-6.3-extra.tar.gz
$ tar -xzvf vim-6.3-lang.tar.gz
$ cat ../patches/6.3.* | patch -p0
$ ./configure --enable-multibyte \
--with-features=big \
--disable-gui \
--without-x
$ make
$ make test
# make install
<?xml version="1.0"?>
<!-- In order to work correctly, this file must be named -->
<!-- res/builtin/userHTMLBindings.xml in the mozilla tree. -->
<bindings id="htmlBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="browserUser">
<handlers>
<handler event="keypress" key="k" command="cmd_scrollLineUp"/>
<handler event="keypress" key="j" command="cmd_scrollLineDown"/>
<handler event="keypress" key="l" command="cmd_scrollRight"/>
<handler event="keypress" key="h" command="cmd_scrollLeft"/>
</handlers>
</binding>
</bindings>
// Find As You Type Configuration:
// Set this pref to false to disable Find As You Type:
user_pref("accessibility.typeaheadfind", true);
// If you set this pret to true, typing can automatically start Find As You Type.
// If false (default), you must hit / (find text) or ' (find links) before your search.
user_pref("accessibility.typeaheadfind.autostart", false);
// Set this pref to false if you want Find As You Type to search normal text too:
user_pref("accessibility.typeaheadfind.linksonly", false);
// Set this pref to true if you require that the link starts with the entered text:
user_pref("accessibility.typeaheadfind.startlinksonly", false);
// This is the time in milliseconds for the Find As You Type to stop watching for keystrokes:
user_pref("accessibility.typeaheadfind.timeout", 3000);