From 5524f007f3b32dcb0b88175c7c51b4c069d1c544 Mon Sep 17 00:00:00 2001 From: Ryooooooga Date: Sat, 30 Apr 2022 23:13:49 +0900 Subject: [PATCH] docs(Config.md): add docs about nerd fonts --- docs/Config.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Config.md b/docs/Config.md index 997a33872..23cc8fc02 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -412,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)