gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.79k stars 3.36k forks source link

How to turn off auto-copy in mouse mode? #640

Closed touchmii closed 9 months ago

touchmii commented 1 year ago

I want to use mouse mode without auto select copy.

gpakosz commented 1 year ago

Hello @touchmii 👋

You can add the following to your .local customization file copy:

unbind -T copy-mode MouseDragEnd1Pane
unbind -T copy-mode-vi MouseDragEnd1Pane
gpakosz commented 1 year ago

Hello @touchmii 👋

Do the suggestions above work for you?