From 22eceb0fd079749081ee236b86f2b681a6751394 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 3 Jun 2025 17:12:45 -0300 Subject: [PATCH] Updated Zellij config --- home/panotaka/common/core/shell/zellij.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/panotaka/common/core/shell/zellij.nix b/home/panotaka/common/core/shell/zellij.nix index 284b61e..43c00fd 100644 --- a/home/panotaka/common/core/shell/zellij.nix +++ b/home/panotaka/common/core/shell/zellij.nix @@ -9,6 +9,13 @@ pane_frames = false; copy_on_select = false; show_startup_tips = true; + show_release_notes = false; + + keybinds = { + locked = { + bind."Ctrl g" = {SwitchToMode = "normal";}; + }; + }; }; }; }