From 84e48768137b1a02ffdd33d4a18d9ec578852d2c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 10 May 2021 16:51:06 +0200 Subject: [PATCH] fixup! Add Option for Simplified Layout --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3751e9ac..a1a41fe6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ cargo install zellij Or you can download a prebuilt binary from our [Releases](https://github.com/zellij-org/zellij/releases). +As the default plugins make use of characters that are mostly only found in [nerdfonts](https://www.nerdfonts.com/), +you get the best experience either with installing nerdfonts, or telling the plugins that you request a ui, that +does not rely on such characters with `zellij options --simplified-ui`, or putting `simplified_ui: true` in the +config file. + ## How do I hack on it? (Contributing) * Clone the project * Install cargo-make with `cargo install --force cargo-make`