mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:46:01 +02:00
w3m: fix typo and add additional examples (#3088)
This commit is contained in:
parent
578a36f657
commit
90c1740e6c
1 changed files with 18 additions and 1 deletions
|
@ -1,12 +1,29 @@
|
||||||
# w3m
|
# w3m
|
||||||
|
|
||||||
> A text-based web browser.
|
> A text-based web browser.
|
||||||
|
> Supports SSL and mouse input, even over SSH.
|
||||||
> More information: <http://w3m.sourceforge.net>.
|
> More information: <http://w3m.sourceforge.net>.
|
||||||
|
|
||||||
- Open an URL:
|
- Open a URL:
|
||||||
|
|
||||||
`w3m {{http://example.com}}`
|
`w3m {{http://example.com}}`
|
||||||
|
|
||||||
|
- Open a URL in monochrome mode:
|
||||||
|
|
||||||
|
`w3m {{http://example.com}} -M`
|
||||||
|
|
||||||
|
- Open a URL without mouse support:
|
||||||
|
|
||||||
|
`w3m {{http://example.com}} --no-mouse`
|
||||||
|
|
||||||
|
- Open a new browser tab:
|
||||||
|
|
||||||
|
`Shift + T`
|
||||||
|
|
||||||
|
- Display your browser history:
|
||||||
|
|
||||||
|
`Ctrl + H`
|
||||||
|
|
||||||
- Quit w3m:
|
- Quit w3m:
|
||||||
|
|
||||||
`'q' then 'y'`
|
`'q' then 'y'`
|
||||||
|
|
Loading…
Add table
Reference in a new issue