From abc33322f9520740a469444b691e1fda7d664cb9 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 10:02:28 +0200 Subject: [PATCH] add toggle mouse keybind --- .config/tmux/tmux.conf.d/keybinds.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf.d/keybinds.conf b/.config/tmux/tmux.conf.d/keybinds.conf index 6dbeb7b..50ea25b 100644 --- a/.config/tmux/tmux.conf.d/keybinds.conf +++ b/.config/tmux/tmux.conf.d/keybinds.conf @@ -2,4 +2,6 @@ bind-key w select-pane -U bind-key a select-pane -L bind-key s select-pane -D bind-key d select-pane -R -bind-key c detach \ No newline at end of file +bind-key c detach + +bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}' \ No newline at end of file