1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 20:35:25 +02:00
tldr/pages/common/w3m.md
2025-05-04 20:03:26 +03:00

440 B

w3m

A text-based web browser. Supports SSL and mouse input, even over SSH. More information: https://w3m.sourceforge.net/MANUAL.

  • Open a URL:

w3m {{https://example.com}}

  • 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>

  • Quit w3m:

<q><y>