> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/linux/w3m.md).

# w3m browser

* w3m can display images in a terminal, provided the terminal has necessary capabilities, but if you want to browse just text only, then use, `auto_image=FALSE` option as follows,

  ```bash
  w3m -o auto_image=FALSE  https://news.ycombinator.com/
  ```
* Default bookmarks file is in `~/.w3m/bookmark.html`. Bookmarks can be added via `Esc+a` and visted by `Esc+b`.
