feat(tmux): enable mouse support
1 files changed, 3 insertions(+), 0 deletions(-) M tmux.conf
M tmux.conf => tmux.conf +3 -0
@@ 6,6 6,9 @@ set -g window-status-style bg=white,fg=black set -g window-status-current-style bg=red,fg=white +# enable mouse support +set -g mouse on + # Set the prefix to Ctrl+a, screen default prefix set -g prefix C-a