From 9853d7af9a87a1a945ef1ef0481ad2204316e2d7 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 18 Mar 2021 22:17:20 -0400 Subject: [PATCH] Remove the mouse toggling logic as I don't think I've ever intentionally disabled the mouse --- README.md | 1 - tmux.normal.conf | 4 ---- tmux.powerline.conf | 4 ---- 3 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 803cd25..a4a2b7a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ | `` ` `` | Toggle synchronized input between the panes on the current window | | `r` | Clear the terminal history, tmux history and the current window/pane | | `r` and `R` | Reload /etc/tmux.conf and ~/.tmux.conf respectively | -| `m` and `m` | Enable and disable the mouse respectively | | `?` and `/` | Show help for available key bindings and commands respectively | | `y` and `p` | Enter __copy mode__ and paste from the copy buffer respectively | | `v` and `y` | Pastes the X buffer in tmux, and sends the tmux buffer to X respectively | diff --git a/tmux.normal.conf b/tmux.normal.conf index 831d7a5..8a624c1 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -48,10 +48,6 @@ bind -T root MouseDown3Pane send-keys -M #send right clicks to the application b # KEY BINDINGS # -# m and m to enabling and disabling the mouse respectively -bind m set-option -g mouse on \; display 'Mouse: ON' -bind C-m set-option -g mouse off \; display 'Mouse: OFF' -# # r and r to reloading ~/.tmux.conf and /etc/tmux.conf respectively bind r source-file ~/.tmux.conf bind R source-file /etc/tmux.conf diff --git a/tmux.powerline.conf b/tmux.powerline.conf index bbfa04d..53ab8cf 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -48,10 +48,6 @@ bind -T root MouseDown3Pane send-keys -M #send right clicks to the application b # KEY BINDINGS # -# m and m to enabling and disabling the mouse respectively -bind m set-option -g mouse on \; display 'Mouse: ON' -bind C-m set-option -g mouse off \; display 'Mouse: OFF' -# # r and r to reloading ~/.tmux.conf and /etc/tmux.conf respectively bind r source-file ~/.tmux.conf bind R source-file /etc/tmux.conf