summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
blob: dfa24d794396f4576cb03f20a8ecfca4e40d845b (plain)
1
2
3
4
5
6
7
8
# Scroll
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'

# Use vim bindings
setw -g mode-keys vi

# Mouse works as expected
set -g mouse on