Tmux: enable mouse support

This commit is contained in:
Marko Korhonen 2021-12-18 00:12:24 +02:00
parent 71582b9bdf
commit 2b20c0e4f7

View file

@ -12,3 +12,6 @@ set-option -ga terminal-overrides ",*256col*:Tc"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'
# Enable mouse
set -g mouse on