1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/w3m.md

30 lines
433 B
Markdown
Raw Normal View History

2016-07-14 12:00:28 -04:00
# w3m
> A text-based web browser.
> Supports SSL and mouse input, even over SSH.
> More information: <https://w3m.sourceforge.net>.
2016-07-14 12:00:28 -04:00
- Open a URL:
2016-07-14 12:00:28 -04:00
`w3m {{https://example.com}}`
2016-07-14 12:00:28 -04:00
- Open a URL in monochrome mode:
`w3m {{https://example.com}} -M`
- Open a URL without mouse support:
`w3m {{https://example.com}} -no-mouse`
- Open a new browser tab:
`<Shift t>`
- Display your browser history:
`<Ctrl h>`
2016-07-14 12:00:28 -04:00
- Quit w3m:
`<q><y>`