# Break long lines at max at 92 columns
set fill-column = 92
# Enable colors regardless of the NO_COLOR environment variable
set enable-colors = 1
# Downloads
set download-path = "/home/anthk/Downloads"
# No tabs
set tab-bar-show = -1
# set max-killed-tabs = 0
# Hide the closing line of preformatted blocks
set hide-pre-closing-line = 1
# If you have the duckling-proxy installed, decomment the following
# lines to use it for HTTP and HTTPS links.
#proxy "http" via "gemini://localhost:1965"
#proxy "https" via "gemini://localhost:1965"
proxy "http" via "gemini://stargate.gemi.dev:1994"
proxy "https" via "gemini://stargate.gemi.dev:1994"
Install Telescope from GIT
https://github.com/ThomasAdam/telescope
My ~/.config/telescope/config:
# Break long lines at max at 92 columns set fill-column = 92
# Enable colors regardless of the NO_COLOR environment variable set enable-colors = 1
# Downloads set download-path = "/home/anthk/Downloads"
# No tabs set tab-bar-show = -1 # set max-killed-tabs = 0
# Hide the closing line of preformatted blocks set hide-pre-closing-line = 1
# If you have the duckling-proxy installed, decomment the following # lines to use it for HTTP and HTTPS links. #proxy "http" via "gemini://localhost:1965" #proxy "https" via "gemini://localhost:1965"
proxy "http" via "gemini://stargate.gemi.dev:1994" proxy "https" via "gemini://stargate.gemi.dev:1994"
bind global-map C-s link-select bind global-map "C-x b" tab-select
# Some opinionated graphical improvements:
style line.fringe fg color239
style line.quote attr dim normal style line.pre.start bg color239 style line.pre bg color239 style line.pre.end bg color239
style line.link { fg color81 attr normal }
style line.compl.current { bg black fg yellow attr normal }
style tabline { bg color233 fg color50 attr normal }
style tabline.tab { bg color233 attr normal }
style tabline.current { bg color241 fg white }
style modeline { bg color237 attr normal }
style line.download.ongoing bg color238 style line.download.done bg color238 style line.download.info bg color238 style download bg color238
Then run Telescope, press Esc-x (or Alt-X), enter "open",
and head to any of these urls:
gopher://magical.fish
gemini://gemi.dev
https://arstechnica.com (as a test, or http://wiby.me).
Enjoy an uber fast browsing on an VT terminal.
PD: ESC can be inputted as Ctrl-[