feat(tmux): enable mouse support
This commit is contained in:
parent
9654f7d095
commit
ba17fe53e4
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue