-
For my use case I just wanted a the tab function for zellij, since I just discovered this tool and I did never used tmux or other similar tools. So I just wanted to have a clean zellij interface. With the default layout But I like the feel of the How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you review the (excellent) documentation about Creating a Layout? The first thing it shows you is how to actually see the default layout:
It also has this section |
Beta Was this translation helpful? Give feedback.
Reading further the documentation I found out that zellij searches for the directory /config/layouts by default. So just needed to create the layouts directory without changing the default_layout variable.
Just created my layout under the layouts directory and used the file name in the config file. Now it works as I expected :)