Commits


deal with invisible lines in end-of-buffer


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.


retire current_tab() in favour of current_tab


add mini-goto-beginning/end bound to M-</M-> in minibuffer


emojified link lines!!


add toggle-pre-wrap


add suspend-telescope


fix the scroll commands forward_line(buffer, body_lines) is not a real scrolling. We need to move the top_line to have a nice effect.


don't enter_minibuffer if there are no links/headings


wrap the minibuffer check in a macro and while there improve the error message.


add toc, bound to t


don't allow to input special characters (e.g. ^U)


fix (some) offset mis-calculations


swiper & link-select using the minibuffer!


add M-t (tab-select); extend the completion API