From 0342f50a01e20be7ea41e21768d17cf1dae1a150 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:53 +0100 Subject: feat: add Alt+q keybind to detach from zellij --- home/.config/zellij/config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home') diff --git a/home/.config/zellij/config.kdl b/home/.config/zellij/config.kdl index f532c99..87ba6d1 100644 --- a/home/.config/zellij/config.kdl +++ b/home/.config/zellij/config.kdl @@ -45,6 +45,9 @@ keybinds { bind "Alt x" { CloseFocus; } bind "Alt e" { EditScrollback; } + // Session + bind "Alt q" { Detach; } + // Quick resize without entering resize mode bind "Alt -" { Resize "Decrease"; } bind "Alt =" { Resize "Increase"; } -- cgit v1.2.3-70-g09d2