9

I'm using scrapy and just discovered the view command from the shell. It brings up the webpage in a very convenient instance of w3m. From man w3m, I learned that H brings up the help menu, but despite reading through it, I can't find the proper way to exit it.

I can do C-h which takes me back to history, but there must be a right way of exiting the help menu.

Journeyman Geek
  • 133,878
fratrik
  • 381

2 Answers2

14

It turns out B is what you want, which goes back between buffers.

fratrik
  • 381
2

Use Q. It will help you move out the program.

bonyem
  • 129
  • 2