summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-05-01 12:21:32 +1000
committerGitHub <noreply@github.com>2022-05-01 12:21:32 +1000
commitd85f4792af2a760fe07251e66e286e5a6929c26d (patch)
treec25977fa3283f8f515c9e0cf36532af4fb20a69b /docs/Config.md
parentbabb9d86567593bb0707570d3105d1010bf8aca9 (diff)
parent5524f007f3b32dcb0b88175c7c51b4c069d1c544 (diff)
Merge pull request #1894 from Ryooooooga/feature/icons
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 7e9bd5c98..591078580 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -52,6 +52,7 @@ gui:
showRandomTip: true
showBottomLine: true # for hiding the bottom information line (unless it has important information to tell you)
showCommandLog: true
+ showIcons: false
commandLogSize: 8
git:
paging:
@@ -411,6 +412,15 @@ gui:
![border example](../../assets/colored-border-example.png)
+## Display Nerd Fonts Icons
+
+If you are using [Nerd Fonts](https://www.nerdfonts.com), you can display icons.
+
+```yaml
+gui:
+ showIcons: true
+```
+
## Keybindings
For all possible keybinding options, check [Custom_Keybindings.md](https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Custom_Keybindings.md)