aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2020-02-03 13:04:46 -0700
committerCody Hiar <cody@hiar.ca>2020-02-03 13:04:46 -0700
commitff73926b54643ed052173f984a9e09ac18596696 (patch)
treefc0878afa06ad60319dbcc7c5b7e7eec9300d806
parent55b063c1915d3c369e155be28018da3c42fdee12 (diff)
Enable mouse mode
-rw-r--r--stow/tmux/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index 9eea730..6fa5c21 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -89,3 +89,5 @@ set -g @fingers-copy-command 'tmux save-buffer - | xp'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
+
+set-option -g mouse on