Tagged in

Vim

<pretty/code>
<pretty/code>
Topics centered around Ruby, Rails, Coffeescript, Vim, Tmux and Productivity.
More information
Followers
59
More, on Medium

Mouse support in TMUX 2.1

The mouse support will no longer work after you upgraded to tmux 2.1 because it has been completely reworked.

To enable it again in the new version first remove the old settings:

set -g mode-mouse on
set -g mouse-resize-pane on
set…