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