Commits


add toggle-pre-wrap


add suspend-telescope


sort commands


add toc, bound to t


swiper & link-select using the minibuffer!


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


reload-page and bindings


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


add inc-fill-column and dec-fill-column


added next/previous-heading


added olivetti-mode (the function)


rename: s/window/buffer (but not always) this aims to solve (albeit only partially) the confusion between telescope' ``struct window'' and ncurses WINDOW. It also brings some more emacs-like nomenclature, which may be a good thing.


moved commands def to their own file and made the cmd_* functions public