* the simplified layout omits the Nerdfonts characters that are not found in every Fontset * add an optional config option to opt into the simplified ui `simplified_ui: bool` * add a config flag that allows opting into the simplified ui `zellij options --simplified-ui` * move the `clean` flag to the `setup` subcommand |
||
|---|---|---|
| .. | ||
| config.yaml | ||
| default.yaml | ||
| README.md | ||
| screen-overview.yaml | ||
| screen.nonfunctional | ||
| tmux-overview.yaml | ||
| tmux.nonfunctional | ||
Special considerations when using the configuration:
While trying to bind the newline character in the Config, use double quotes:
Ctrl: "\n" instead of Ctrl: '\n'