diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -12,7 +12,13 @@ # BASICS {{{2 set-option -g base-index 1 set-option -g pane-base-index 1 -set-option -g default-shell /bin/zsh +set-option -g default-shell /usr/local/bin/zsh + +# TERMINAL FEATURES {{{2 +set-option -g default-terminal screen-256color +set-option -ga terminal-overrides ',xterm-256color:Tc' +set-option -ga terminal-overrides ',*:Smulx=\e[4::%p1%dm' +set-option -ga terminal-overrides ',*:Setulc=\e[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # APPEARANCE {{{2 set-option -g status-justify centre |
