Commits


document emojify-link


asciinema link instead of screenshot


add toggle-pre-wrap


add hide-pre-closing-line


sync


sync


load alternate config file per-TERM


sync


add hide-pre-closing-line


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).


use a lockfile to prevent multiple instance of telescope


change key for link-select: M-l


add toc, bound to t


swiper & link-select using the minibuffer!


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