Timeline for Can't use mouse properly when running vim in tmux
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 25, 2023 at 8:13 | comment | added | beyarkay | Note that the ttymouse option was removed in neovim: github.com/neovim/neovim/issues/2725 | |
| S Apr 21, 2019 at 20:08 | history | suggested | rib | CC BY-SA 4.0 |
tmux removed various mouse mode options (inc. mode-mouse), replacing with `mouse on/off` ref: https://github.com/tmux/tmux/blob/2.1/CHANGES#L6L13
|
| Apr 21, 2019 at 15:57 | review | Suggested edits | |||
| S Apr 21, 2019 at 20:08 | |||||
| Nov 7, 2018 at 0:19 | comment | added | Peter Gibson |
As mentioned in the other answer, tmux.conf should now use set -g mouse on
|
|
| S May 3, 2017 at 11:27 | history | suggested | ojdo | CC BY-SA 3.0 |
added necessary second option from comment
|
| May 3, 2017 at 9:21 | review | Suggested edits | |||
| S May 3, 2017 at 11:27 | |||||
| Jul 30, 2015 at 18:20 | comment | added | Matthew | @imbaer Thanks, the mouse did not work at all in vim until I set that var as well. | |
| Aug 15, 2014 at 12:04 | comment | added | imbaer | Try to set ttymouse=xterm2 in your vimrc. For my setup (urxvt-unicode, tmux) it vastly improved the speed and responsiveness of mouse selecting in vim/tmux. | |
| Oct 13, 2012 at 0:29 | comment | added | daisy | Hmm, mouse is slower in tmux, I can feel that, but it works anyway | |
| Oct 13, 2012 at 0:29 | vote | accept | daisy | ||
| Oct 13, 2012 at 0:22 | history | answered | jasonwryan | CC BY-SA 3.0 |