From a903c22b5718f62994869a7ed029e2387586c3ea Mon Sep 17 00:00:00 2001 From: gotbletu Date: Thu, 25 May 2017 17:33:24 -0700 Subject: [PATCH] w3m options --- w3m_quicker_navigation.md | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 w3m_quicker_navigation.md diff --git a/w3m_quicker_navigation.md b/w3m_quicker_navigation.md new file mode 100644 index 0000000..2805ae5 --- /dev/null +++ b/w3m_quicker_navigation.md @@ -0,0 +1,59 @@ +# W3M Web Browser - Enable Quicker Navigation Options +w3m is a text based browser which can display local or remote web pages as well as other documents. It is able to process HTML tables +and frames but it ignores JavaScript and Cascading Style Sheets. w3m can also serve as a pager for text files named as arguments or +passed on standard input, and as a general purpose directory browser. + +w3m organizes its content in buffers or tabs, allowing easy navigation between them. With the w3m-img extension installed, w3m can dis‐ +play inline graphics in web pages. And whenever w3m's HTML rendering capabilities do not meet your needs, the target URL can be handed +over to a graphical browser with a single command. + +* tutorial video: [Link](https://www.youtube.com/watch?v=8-11SkjJVdo) +* offical website: [Link](http://w3m.sourceforge.net) + +### install requirements + w3m + +### configuration + w3m google.com + hit o + + Display Settings: + Display link URL automatically (*)YES + Display link numbers (*)YES + Display current line number (*)YES + Show line numbers (*)YES + + >>> Make sure to save the changes then exit w3m and reload it + +### hotkeys + g = jump to line number + [ = jump to link number + [ or ] = jump to 1st or last link + +### playlist +- want to watch more w3m related stuff? + - https://www.youtube.com/playlist?list=PLqv94xWU9zZ35Yv0s6zMID5JoS8qu19Kh + + +### references +- https://www.youtube.com/watch?v=8-11SkjJVdo +- playlist: https://www.youtube.com/playlist?list=PLqv94xWU9zZ35Yv0s6zMID5JoS8qu19Kh +- http://w3m.sourceforge.net +- https://unix.stackexchange.com/a/252029 + +### contact + + _ _ _ _ + __ _ ___ | |_| |__ | | ___| |_ _ _ + / _` |/ _ \| __| '_ \| |/ _ \ __| | | | + | (_| | (_) | |_| |_) | | __/ |_| |_| | + \__, |\___/ \__|_.__/|_|\___|\__|\__,_| + |___/ + +- http://www.youtube.com/user/gotbletu +- https://twitter.com/gotbletu +- https://plus.google.com/+gotbletu +- https://github.com/gotbletu +- gotbletu@gmail.com + +