Skip to content

Instantly share code, notes, and snippets.

@VictorVelarde
Created December 31, 2018 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VictorVelarde/8a27892910f31a0e35ec995ca2e98b9c to your computer and use it in GitHub Desktop.
Save VictorVelarde/8a27892910f31a0e35ec995ca2e98b9c to your computer and use it in GitHub Desktop.
[Tmux configuration]
<2.1
```
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
```
On 2.1 this config got deprecated and the new option to allow all mouse support is:
`set -g mouse on`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment