mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 09:01:50 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
34
tldr/w3m
Normal file
34
tldr/w3m
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# w3m
|
||||
|
||||
> A text-based web browser.
|
||||
> Supports SSL and mouse input, even over SSH.
|
||||
> More information: <https://w3m.sourceforge.net>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user