Skip to content

Instantly share code, notes, and snippets.

@virajkanwade
Created August 31, 2015 15:42
Show Gist options
  • Save virajkanwade/002937fff65774a1478b to your computer and use it in GitHub Desktop.
Save virajkanwade/002937fff65774a1478b to your computer and use it in GitHub Desktop.
Add the lines to .tmux.conf to enable switching windows/ panes with mouse
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