Commits


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


set default foreground color for links line After a talk with tgl (thanks!) about defaults, I'm convinced this is a sensible default. For people who don't like colours (myself included), telescope will honour the `NO_COLOR' env variable. Then there is also the set enable-colors = 0 for the config file. We could go further and provide a flag like -O var=value to set some values without the need for a config file eventually.


kill lineface_descr and move its fields into line_face


declare tl_init_pair as void, not int


define tl_init_pair to handle un-usable colors and enable-colors=0


rename config_apply_color -> config_apply_style