This repository contains a Zellij configuration that makes zellij feel a lit more like tmux
Note
If you don't know what either of these tools are, you might want to check out terminal multiplexers on wikipedia
This repository contains two files:
tmux-zellij-shim-config
├── config.kdl
├── layouts
│ └── default.kdl
├── LICENSE
└── README.md
config.kdlcontains the Zellij configurationlayouts/default.kdlcontains the default layout I used to override and force removal of the bottom bar
These files were stored in $HOME/.config/zellij for me (i.e. $HOME/.config/zellij/config.kdl existed), so they should be copyable to wherever your config is stored.