From 41b6216fa3bc29c1a8362d2cd9884b5b38f51b74 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 15 Sep 2023 18:00:43 -0500 Subject: [PATCH] chore: simplify zellij ui even more --- .config/zellij/config.kdl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl index bfbfc21..6398ea3 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -193,13 +193,17 @@ plugins { // - true // - false (Default) // -// simplified_ui true +simplified_ui true // Choose the path to the default shell that zellij will use for opening new panes // Default: $SHELL // // default_shell "fish" +// Choose the path to override cwd that zellij will use for opening new panes +// +// default_cwd "" + // Toggle between having pane frames around the panes // Options: // - true (default)