Commits


sort flags


sync


added long options --help and --version


add hide-pre-closing-line


use a lockfile to prevent multiple instance of telescope


change key for link-select: M-l


add toc, bound to t


typo


document line.compl{,.current}


swiper & link-select using the minibuffer!


document M-t and tab-select


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