6 lines
164 B
Bash
6 lines
164 B
Bash
set -g terminal-overrides ',xterm-256color:Tc'
|
|
set -g default-terminal "tmux-256color"
|
|
set -as terminal-overrides ',xterm*:sitm=\E[3m'
|
|
|
|
unbind -n Tab
|
|
unbind -n C-i
|