From 1c621c116de7bf1a238dc9c7578aff8cb8bceb32 Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Fri, 12 Sep 2025 07:53:37 -0400 Subject: [PATCH] fix: disable startup tips in zellij --- .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 7c8baf8..d476b09 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -1,3 +1,7 @@ +// +// THIS FILE WAS AUTOGENERATED BY ZELLIJ, THE PREVIOUS FILE AT THIS LOCATION WAS COPIED TO: /Users/anthony/.config/zellij/config.kdl.bak +// + keybinds clear-defaults=true { locked { bind "Ctrl g" { SwitchToMode "normal"; } @@ -503,7 +507,7 @@ web_client { // Whether to show tips on startup // Default: true // -// show_startup_tips false +show_startup_tips false // Whether to show release notes on first version run // Default: true