summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-06-15 13:39:11 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-06-15 21:47:52 +0200
commit77c5d1761d0743b6704b660b956deeee0d963a65 (patch)
treeafad8cb3587629b37030e55e7796d543f31ff382 /docs/Config.md
parent6ab5d7f69ba51f9b261cc2179ef8f82cfa35be81 (diff)
Add nerdFontsVersion config
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 938aaba29..5c14b2da9 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -62,7 +62,8 @@ gui:
experimentalShowBranchHeads: false # visualize branch heads with (*) in commits list
showBottomLine: true # for hiding the bottom information line (unless it has important information to tell you)
showCommandLog: true
- showIcons: false
+ showIcons: false # deprecated: use nerdFontsVersion instead
+ nerdFontsVersion: "" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
commandLogSize: 8
splitDiff: 'auto' # one of 'auto' | 'always'
skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor
@@ -420,9 +421,12 @@ If you are using [Nerd Fonts](https://www.nerdfonts.com), you can display icons.
```yaml
gui:
- showIcons: true
+ nerdFontsVersion: "3"
```
+Supported versions are "2" and "3". The deprecated config `showIcons` sets the
+version to "2" for backwards compatibility.
+
## Keybindings
For all possible keybinding options, check [Custom_Keybindings.md](https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Custom_Keybindings.md)