vitorpy's Dotfiles

tmux: Enable mouse support

+5
+5
dot_tmux.conf
···
··· 1 + # Enable mouse support 2 + set -g mouse on 3 + 4 + # Fix scrolling in tmux 5 + set -g terminal-overrides 'xterm*:smcup@:rmcup@'