diff options
Diffstat (limited to 'home/.config/zellij/config.kdl')
| -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 87ba6d1..561464f 100644 --- a/home/.config/zellij/config.kdl +++ b/home/.config/zellij/config.kdl @@ -48,6 +48,9 @@ keybinds { // Session bind "Alt q" { Detach; } + // Toggle mouse mode (disable to Ctrl+click URLs in Ghostty) + bind "Alt m" { ToggleMouseMode; } + // Quick resize without entering resize mode bind "Alt -" { Resize "Decrease"; } bind "Alt =" { Resize "Increase"; } |
