Commits


emojified link lines!!


add hide-pre-closing-line


bind C-z, <home> and <end>


add hide-pre-closing-line


actually bind t to toc


change key for link-select: M-l


use A_REVERSE instead of COLOR_CYAN for the selected completion cyan is cool, but only if the text is black. On dark terminals, where COLOR_DEFAULT is white for the foreground, using a cyan background is hard to read. Users can always drop something like the following to their configuration file style line.compl.current bg cyan


swiper & link-select using the minibuffer!


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