diff options
| author | 2026-04-17 10:53:53 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:53 +0100 | |
| commit | 0342f50a01e20be7ea41e21768d17cf1dae1a150 (patch) | |
| tree | ad383f040d56f8d5fd559a3c40e16111dfc1e52e | |
| parent | 9d2b7ceaffa67313726d7baaef6e6718a53315a2 (diff) | |
| download | dotfiles-0342f50a01e20be7ea41e21768d17cf1dae1a150.tar.gz dotfiles-0342f50a01e20be7ea41e21768d17cf1dae1a150.tar.bz2 dotfiles-0342f50a01e20be7ea41e21768d17cf1dae1a150.zip | |
feat: add Alt+q keybind to detach from zellij
| -rw-r--r-- | home/.config/zellij/config.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
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"; } |
