diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index 4e4099fefeb7..00e9b750b421 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -17,3 +17,5 @@ bind % split-window -c "#{pane_current_path}" bind '"' split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" +set -g default-terminal "screen-256color-italic" + |