diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-10-10 07:56:02 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-10-10 07:56:17 +0200 |
commit | 643fdee5981c72dd5e972d3158806e90ae4b420f (patch) | |
tree | f322414b61e4c59061bcefb00f80b7b3be1d6b87 /linux/tmux.conf | |
parent | 5cfffcdc264e62f2b1680620774e34d9f60a4d4e (diff) | |
download | dotfiles-643fdee5981c72dd5e972d3158806e90ae4b420f.tar.gz dotfiles-643fdee5981c72dd5e972d3158806e90ae4b420f.zip |
Do some changes, switch to alacritty, etc
Diffstat (limited to 'linux/tmux.conf')
-rw-r--r-- | linux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index d4f8a7d..35f249b 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -1,7 +1,7 @@ # -- general ------------------------------------------------------------------- #set -g default-terminal "xterm-256color" -#set -g default-terminal "screen-256color" -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" +#set -g default-terminal "xterm-256color" #set -as terminal-overrides ",*:U8=0" #set-option -sa terminal-overrides ',xterm-256color:RGB' |