aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--KEYBINDS.md1
-rw-r--r--home/.config/zellij/config.kdl3
2 files changed, 0 insertions, 4 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md
index 0dc6fc5..4ac18a4 100644
--- a/KEYBINDS.md
+++ b/KEYBINDS.md
@@ -204,7 +204,6 @@ All binds are in `shared_except "locked"` mode (active everywhere except locked
| `Alt-x` | Close focused pane |
| `Alt-e` | Edit scrollback |
| `Alt-q` | Detach session |
-| `Alt-m` | Toggle mouse mode |
| `Alt--` / `Alt-=` | Resize decrease / increase |
| `Ctrl-h/j/k/l` | Move focus (vim-zellij-navigator) |
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"; }