tangled
alpha
login
or
join now
vitorpy.com
/
dotfiles
0
fork
atom
vitorpy's Dotfiles
0
fork
atom
overview
issues
pulls
pipelines
tmux: Enable mouse support
vitorpy.com
4 months ago
86b5aa1e
84566fea
+5
1 changed file
expand all
collapse all
unified
split
dot_tmux.conf
+5
dot_tmux.conf
···
0
0
0
0
0
···
1
+
# Enable mouse support
2
+
set -g mouse on
3
+
4
+
# Fix scrolling in tmux
5
+
set -g terminal-overrides 'xterm*:smcup@:rmcup@'