Commits


improve documentation about colors mention the color0-255 set


mention the minibuffer and modeline style identifier


allow styling the minibuffer and modeline too


document remaining style identifiers and attr behaviour


typo


fg blue and underline are already the deafults


typo


document bind


move proxy before set, sort


allow `bind map key cmd' in config file


move the list of cmd to its own file


keep the comment up-to-date we don't use wscrl (even though redraw_window could gain some speed by calling wscrl in some contexts)


added next/previous-heading


other improvements for about:help * reword in first tip * mention the keys for load-url * link the online version of the manpage


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.