diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-09-09 23:53:51 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-09-10 00:03:04 +0300 |
commit | 4513b046c522d6aa31e98459d067d4e559e4aa28 (patch) | |
tree | 16e9ae9d988c8205474ab4bbc7f6ad60677f322f /tmux/.tmux.conf | |
parent | db188a5b10576ec4502e5847e769d6edea7cd258 (diff) | |
download | dotfiles-4513b046c522d6aa31e98459d067d4e559e4aa28.tar.gz |
fix(tmux): display italics
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d5a5fe3..26ba6d4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" # Remove nasty escape time set -sg escape-time 0 |