From 63686c7dcc43e22efd5d2d7ae59d2dcfc1085145 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 16 Mar 2018 08:13:16 -0700 Subject: [PATCH] Configure tmux to use italics --- .tmux.conf | 4 ++++ .zshrc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 28a4162..9c89bb9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,10 @@ set-option -g mouse on set -g mode-keys vi set -g history-limit 10000 +# configure TERM +set -g default-terminal 'tmux-256color' +set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m' + # y and p bind Escape copy-mode unbind p diff --git a/.zshrc b/.zshrc index 1a414f9..63051f9 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ export CLICOLOR=1 export MAIL=/var/spool/mail/amgutier export LSCOLORS=DxGxcxdxCxegedabagacad -export TERM=xterm-256color #256 color support +export TERM=xterm-256color-italic export LESSOPEN='|/usr/local/bin/lesspipe.sh %s' export LESS_ADVANCED_PREPROCESSOR=1