Commits


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


move defaults.c decls. to their own header


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


move ui decl. to ui.h


bind C-w to tab-close by default


bind c-t to tab-new by default and while there document some missing keys.


bind M-prior/next to tab-previous/next


add hide-pre-context and hide-pre-blocks * hide-pre-context: if nonzero hide the start and end line of a pre block (i.e. ```). Defaults to zero. * add: hide-pre-blocks: if nonzero hide by default the body of a pre block; push-button can be used to toggle visibility per-block. Defaults to zero.


move load_default_keys to defaults.c free ui.c from (strictly) non-ui code


allow styling the minibuffer and modeline too


typo