Update docs

This commit is contained in:
Florian Bruhin 2016-08-01 14:37:58 +02:00
parent 1bba1e3ea9
commit cc94383785
3 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,8 @@ Added
did before v0.8.0.
- New `:rl-unix-filename-rubout` command which is similar to readline's
`unix-filename-rubout`.
- New `fonts -> completion.category` setting to customize the font used for
completion category headers.
Changed
~~~~~~~

View File

@ -178,6 +178,7 @@ Contributors, sorted by the number of commits in descending order:
* error800
* Liam BEGUIN
* skinnay
* nanjekyejoannah
* Zach-Button
* Tomasz Kramkowski
* Ismail S

View File

@ -266,6 +266,7 @@
|Setting|Description
|<<fonts-_monospace,_monospace>>|Default monospace fonts.
|<<fonts-completion,completion>>|Font used in the completion widget.
|<<fonts-completion.category,completion.category>>|Font used in the completion categories.
|<<fonts-tabbar,tabbar>>|Font used in the tab bar.
|<<fonts-statusbar,statusbar>>|Font used in the statusbar.
|<<fonts-downloads,downloads>>|Font used for the downloadbar.
@ -2100,6 +2101,12 @@ Font used in the completion widget.
Default: +pass:[8pt ${_monospace}]+
[[fonts-completion.category]]
=== completion.category
Font used in the completion categories.
Default: +pass:[bold ${completion}]+
[[fonts-tabbar]]
=== tabbar
Font used in the tab bar.