Commit Briefs

Omar Polo

add toggle-pre-wrap


Omar Polo

add suspend-telescope


Omar Polo

sort commands


Omar Polo

add toc, bound to t




Omar Polo

reload-page and bindings


Omar Polo

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



Omar Polo

added next/previous-heading



Omar Polo

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.


Omar Polo

moved commands def to their own file

and made the cmd_* functions public