aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:10 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:10 +0100
commit2a2eca536bf0520d67bed9432de60ae74ffcc00a (patch)
tree0165223a2cd025aa24af818f687a499f06920a28 /home
parent090d8bd488698205ff62847b0efdfea817b18c56 (diff)
downloaddotfiles-2a2eca536bf0520d67bed9432de60ae74ffcc00a.tar.gz
dotfiles-2a2eca536bf0520d67bed9432de60ae74ffcc00a.tar.bz2
dotfiles-2a2eca536bf0520d67bed9432de60ae74ffcc00a.zip
fix: remove non-working Alt+m ToggleMouseMode zellij keybind
Diffstat (limited to 'home')
-rw-r--r--home/.config/zellij/config.kdl3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/.config/zellij/config.kdl b/home/.config/zellij/config.kdl
index 561464f..87ba6d1 100644
--- a/home/.config/zellij/config.kdl
+++ b/home/.config/zellij/config.kdl
@@ -48,9 +48,6 @@ 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"; }