Related, maybe: - #911 - #419 ```console $ rio --version rioterm 0.2.12 $ zsh --version zsh 5.9 (x86_64-pc-linux-gnu) $ head -1 /etc/os-release NAME="Arch Linux" $ cat -v # I'm going to hit Shift+Tab once ^[[Z^[[Z ``` <details> <summary>config.toml</summary> ```toml theme = "blee" confirm-before-quit = false hide-cursor-when-typing = true [cursor] shape = 'beam' blinking = true [fonts] size = 24 family = "Sudo" hinting = false extras = [ { family = "Symbols Nerd Font Mono" }, { family = "Fluent Emoji Color" }, ] features = ["frac"] [navigation] mode = "Plain" use-split = false ``` </details>
Related, maybe:
config.toml