¡Esta es una revisión vieja del documento!
## * * * * archivo /home/$USER/.config/telescope/config * * * * * ## Modificado por ~anthk ## ## Largo de la línea para cortar el texto y justificar párrafos. ## Si el valor es 0 o menos, el punto de corte de texto será el final de la pantalla menos ## este número set fill -2 ## corta líneas largas a un máximo de 80 caracteres set fill-column = 80 ## Activa colores a pesar de la variable de ambiente NO_COLOR set enable-colors = 1 ## Directorio de Descargas set download-path = "/home/$USER/tmp/" ## Sin solapas set tab-bar-show = -1 # set max-killed-tabs = 0 ## Ocultar la línea de cierre de bloques preformateados set hide-pre-closing-line = 1 ## Si tiene el duckling-proxy instalado, descomentar lo siguiente ## para usaarlo como enlaces HTTP y HTTPS. #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 ## Algunas mejoras gráficas opinionadas: 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
