add new chinese translations
This commit is contained in:
29
pages.zh/common/w3m.md
Normal file
29
pages.zh/common/w3m.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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`
|
Reference in New Issue
Block a user