feat(tmux): enable mouse support

This commit is contained in:
Oliver Davies 2021-10-20 12:58:11 +01:00
parent 9654f7d095
commit ba17fe53e4

View file

@ -78,6 +78,9 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l
bind C-l send-keys 'C-l'
bind C-k send-keys 'C-k'
# Enable mouse support.
setw -g mouse on
# Plugins
set -g @plugin "arcticicestudio/nord-tmux"
set -g @plugin 'tmux-plugins/tmux-sensible'