Files
tldr/pages.zh/common/w3m.md

29 lines
491 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# w3m
> 一个基于文本的网页浏览器。
> 支持SSL和鼠标输入甚至在SSH上也可以使用。
> 更多信息:<https://w3m.sourceforge.net>。
- 打开一个网址:
`w3m {{https://example.com}}`
- 以单色模式打开网址:
`w3m {{https://example.com}} -M`
- 打开网址时不支持鼠标:
`w3m {{https://example.com}} -no-mouse`
- 打开一个新的浏览器标签页:
`<Shift> + T`
- 显示你的浏览历史:
`<Ctrl> + H`
- 退出w3m
`q + y`