dotfiles/tmux/.tmux.conf

5 lines
123 B
Plaintext
Raw Normal View History

2019-05-02 20:41:12 -07:00
set mouse
set -sg escape-time 0
set -g default-terminal "screen-256color"
set -ag terminal-overrides ",xterm-256color:RGB"