From 4c4ade0d11754ef0b7eef34335da025e92ccdb6b Mon Sep 17 00:00:00 2001 From: Anna <33095074+annashorthead@users.noreply.github.com> Date: Fri, 13 Nov 2020 14:47:53 +0500 Subject: [PATCH] lynx: add page (#4764) --- pages/common/lynx.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/lynx.md diff --git a/pages/common/lynx.md b/pages/common/lynx.md new file mode 100644 index 000000000..c05bc984d --- /dev/null +++ b/pages/common/lynx.md @@ -0,0 +1,23 @@ +# lynx + +> Command-line web browser. + +- Visit a website: + +`lynx {{https://duckduckgo.com}}` + +- Navigate forwards and backwards through the links on a page: + +`Up arrow key, Down arrow key` + +- Follow the currently selected link: + +`Enter or the right arrow key` + +- Go back to the previously displayed page: + +`Left arrow key or u` + +- Exit: + +`q then y`