commit 97edc702c78fdb0f236304558630d590ca5b0066 from: Omar Polo date: Mon Aug 16 10:01:40 2021 UTC small tweaks for about:help commit - 89995f23c068fae49aec9bcab326027e1da90afc commit + 97edc702c78fdb0f236304558630d590ca5b0066 blob - 797b7dca76eb01b56205e0c11f1d430715d53bbb blob + baac2d3b59a97774efdfc7901ed30a26f88d9567 --- pages/about_help.gmi +++ pages/about_help.gmi @@ -26,7 +26,7 @@ Telescope is documented carefully, so please refer to ## Operate the Telescope -By default Telescope includes various keys inspired from either Emacs or vi. However, knowledge of these editors is not required. Here’s a quick list of essential commands +By default Telescope includes various keys inspired from either Emacs or vi. However, knowledge of these editors is not required. Here’s a list of essential commands * > to prompt for a URL; * < to edit the current URL; @@ -80,8 +80,8 @@ Telescope supports custom protocol proxies (proxies th Configuring telescope to use a proxy is easy, just drop something like the following to your configuration file: -```Example of protocol proxy configuration for HTTP/S -proxy "http" via "gemini://127.0.0.1:1965" +```Example of protocol proxy configuration for http and https +proxy "http" via "gemini://127.0.0.1:1965" proxy "https" via "gemini://127.0.0.1:1965" ```