diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/FAQ.html | 5 | ||||
-rw-r--r-- | doc-jp/MANUAL.html | 1 | ||||
-rw-r--r-- | doc-jp/keymap.default | 1 | ||||
-rw-r--r-- | doc/FAQ.html | 6 | ||||
-rw-r--r-- | doc/keymap.default | 1 |
5 files changed, 12 insertions, 2 deletions
diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html index e40689b..e16a986 100644 --- a/doc-jp/FAQ.html +++ b/doc-jp/FAQ.html @@ -199,7 +199,7 @@ w3mを起動すると,字が見えなくなります.<p> <p> <dt>画像のビューアを変えたいんだけど,どうするの? <dd>初期設定では画像を見るのに xv を使うようになっていますが,これを -例えば display に変える場合は,~/.mailcap または /etc/mailcap に次のよ +例えば display に変える場合は,~/.w3m/mailcap または /etc/mailcap に次のよ うな記述を入れます. <p> <pre> @@ -222,6 +222,9 @@ application/x-dvi; xdvi %s <dl> <dt>設定ファイルはどこにあるの? <dd>~/.w3m ディレクトリの下の config です. +オプション設定パネルで変更できると記述されているオプションの値を +このファイルで変更すると,w3m の挙動を調整できます. +オプションの名前と値を空白で区切ったものを 1 行に 1 組ずつ書いて設定します. <p> <dt>~/.w3m の下に w3mXXXXXX のようなファイルがたくさんあるけど,何? <dd>WWWサーバからファイルを読んでいるときに,それを一時的に保存する diff --git a/doc-jp/MANUAL.html b/doc-jp/MANUAL.html index 9dab5d9..0b24619 100644 --- a/doc-jp/MANUAL.html +++ b/doc-jp/MANUAL.html @@ -97,6 +97,7 @@ HTMLファイルのソースを表示する <dd>折り返しサーチを使うかどうかを切りかえる. <dt>-o option=value <dd>オプションを指定する. +オプションの名前や値は,~/.w3m/config で指定するものと同じ. <dt>-no-proxy <dd>プロキシを利用しない. <dt>-pauth user:pass diff --git a/doc-jp/keymap.default b/doc-jp/keymap.default index c57bcea..0ecf14f 100644 --- a/doc-jp/keymap.default +++ b/doc-jp/keymap.default @@ -132,6 +132,7 @@ keymap LEFT MOVE_LEFT keymap M-[E MENU keymap M-[L MENU +keymap M-[Z PREV_LINK keymap M-[1~ BEGIN keymap M-[2~ MENU diff --git a/doc/FAQ.html b/doc/FAQ.html index 6973e2e..50478e3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -239,7 +239,7 @@ from the server each time it accesses it. If possible, use a cache server. (if you are using netscape). <p> <dt><h3>How do I change the default image viewer?</h3> -<dd>By default w3m uses xv to view images. If you want to change it into, let's say, 'display', add the following line to ~/.mailcap or /etc/mailcap. +<dd>By default w3m uses xv to view images. If you want to change it into, let's say, 'display', add the following line to ~/.w3m/mailcap or /etc/mailcap. <p> <pre> image/*; display %s @@ -270,6 +270,10 @@ with Ctrl-u. What to do?</h3> <dl> <dt><h3>What is w3m's configuration file?</h3> <dd>It is ~/.w3m/config. +With this file, you can adjust w3m's behavior by changing values of options +that are described to be varied with the option setting panel. +Each line contains setting for one option, which is a pair of an option name +and its value with a space as a separator. <p> <dt><h3>What are these w3mxxxx files in my ~/.w3m directory for?</h3> <dd>These are temporary files used by w3m when reading documents from a diff --git a/doc/keymap.default b/doc/keymap.default index c57bcea..0ecf14f 100644 --- a/doc/keymap.default +++ b/doc/keymap.default @@ -132,6 +132,7 @@ keymap LEFT MOVE_LEFT keymap M-[E MENU keymap M-[L MENU +keymap M-[Z PREV_LINK keymap M-[1~ BEGIN keymap M-[2~ MENU |