diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c6395e8f..658731cc 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,8 +85,9 @@ bind W choose-tree -Zw bind C run-shell 'tmux-claude-panes' bind a display-menu -T "Actions" \ "Rename sessions" r "run-shell 'tmux-rename-sessions'" \ + "Mouse" m "set -g mouse \\; display-message 'Mouse: #{?mouse,on,off}'" \ "" \ "Claude status" s "display-popup -w 80% -h 60% -E 'tmux-claude-status | column -t | less -R'" \ "Claude panes" c "run-shell 'tmux-claude-panes'" \ - "Claude send" m "command-prompt -p 'target:,message:' 'run-shell \"tmux-claude-send %1 \\\"%2\\\"\"'" \ + "Claude send" t "command-prompt -p 'target:,message:' 'run-shell \"tmux-claude-send %1 \\\"%2\\\"\"'" \ "Claude launch" l "command-prompt -p 'target:' 'run-shell \"tmux-claude-launch %1\"'"