Commits


sort flags


sync


add -C/--colors: dumps all available colors


added long options --help and --version


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


don't let the net process stick around flush the net ibuf too


add hide-pre-closing-line


sort commands


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


optimization: don't endwin() when we can simply move the windows After a resize we should do the endwin+refresh+clear dance, but in other situations, like when entering the minibuffer, we can simply re-wrap the page and move the windows. This prevents a small flash when entering the minibuffer, as well as fewer redraw (redraw after the command and shortly after because it was scheduled).


actually bind t to toc


use a lockfile to prevent multiple instance of telescope


add section about user files


add a sample config file