Commit Briefs

Omar Polo

lazy loading tabs on startup

don't load all the tabs when starting up, only the current one. Defer the loading of the others when switching to them.


Omar Polo

add set-title option


Omar Polo

don't underline links by default

as Gnuserland pointed out, it's and old thing taken from the web, used to distinguish between normal text and links. In Gemini we only have link-lines, so the underline is redundant. It's still possible to restore the styling by adding something like the following in ~/.telescope/config style line.link attr underline


Omar Polo

explain how emojied_line works






Omar Polo

sync



Omar Polo

separate the tabs with a vertical bar

while there also simplify a bit the handling of the pair for tabs/current-tab.



Omar Polo

[minibuffer] jump_to_line: set the top_line too

This way, commands like toc, link-select & co will jump to the line and make that the first line in the window.


Omar Polo

bind [ and ] to tab-previous/next

As suggested by Gnuserland, thanks!