Commits


emojified link lines!!


add toggle-pre-wrap


add suspend-telescope


fix the scroll commands forward_line(buffer, body_lines) is not a real scrolling. We need to move the top_line to have a nice effect.


don't enter_minibuffer if there are no links/headings


wrap the minibuffer check in a macro and while there improve the error message.


add toc, bound to t


don't allow to input special characters (e.g. ^U)


fix (some) offset mis-calculations


swiper & link-select using the minibuffer!


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


refactor struct vline the new `meta.data' field will be useful for holding completions data.


reload-page and bindings


improve history navigation messages "no prev item" (or next) can be misleading during a completing-read


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