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";}; + }; + }; }; }; }