Commits


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


reload-page and bindings


bind < to load-current-url


bind <up> and <down> for completion instead of history <up> and <down> are now bound to previous/next-completion instead of previous/next-history-item


support completions in minibuffer + related interactive fns * cmd.c (cmd_previous_completion): add previous-completion (cmd_next_completion): add next-completion (cmd_insert_current_candidate): add insert-current-candidate * minibuffer.c (enter_minibuffer): support completions in minibuffer


bind and advertise B/F for previous/next-page instead of C-M-bf/b


refactor: all imsgs are completely asynchronous