Created
August 31, 2015 15:42
-
-
Save mavwolverine/002937fff65774a1478b to your computer and use it in GitHub Desktop.
Add the lines to .tmux.conf to enable switching windows/ panes with mouse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g mode-mouse on | |
set -g mouse-select-window on | |
set -g mouse-select-pane on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment