diff options
author | Aaron LI <aly@aaronly.me> | 2019-05-15 23:41:23 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-05-15 23:41:23 +0800 |
commit | ae5cec979ac4521ad9e7262564a129a9cfc475e9 (patch) | |
tree | b06da7cd90745a4c4d9494b83d0dc05a029c40e6 /_tmux.conf | |
parent | 8d139e9e9c5ab904186cf66e4546c586ba61d180 (diff) | |
download | dotfiles-ae5cec979ac4521ad9e7262564a129a9cfc475e9.tar.bz2 |
tmux: Do not set default-terminal
Diffstat (limited to '_tmux.conf')
-rw-r--r-- | _tmux.conf | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -46,8 +46,6 @@ set -g history-limit 10000 # Turn on xterm-keys so that additional function keys get escape sequences set -g xterm-keys on -set -g default-terminal "tmux-256color" - # Enable true (RGB) color set -sa terminal-overrides ",xterm*:Tc" # Override terminal's default Cr (color reset) to avoid the strange |