commit 8ee3a312907ee4b66359340b6d105f4fe27e1f3b parent bad34c910489a784cb84cfd6745a17e6aca9ea32 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 24 Apr 2020 08:30:25 +0200 Use tmux terminal emulation to enable italics Diffstat:
M | .tmux.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -19,8 +19,8 @@ bind , rename-window "" \; command-prompt "rename-window '%%'" #### APPEARANCE -set -g default-terminal "screen-256color" # use 256 colors -set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # fix escape sequences +set -g default-terminal "tmux" +#set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # fix escape sequences setw -g aggressive-resize on # resize window to smallest client set -g pane-border-style fg="#333333" # border color for inactive panes