Tmux: enable mouse support

This commit is contained in:
Marko Korhonen 2021-12-18 00:12:24 +02:00
parent 9d9acac6f8
commit 2b0b1bd876

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)
run -b '~/.tmux/plugins/tpm/tpm'
# Enable mouse
set -g mouse on