Remove default tmux terminal

see https://unix.stackexchange.com/a/568263
This commit is contained in:
Sonny Bakker 2024-05-23 20:52:48 +02:00
parent f310746458
commit 2e95e8a7df

View file

@ -1,9 +1,7 @@
# use vim copy/paste keybindings
setw -g mode-keys vi
# this should correspond to $TERM set in the terminal
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",tmux-256color:RGB"
set -ga terminal-overrides ",alacritty:Tc"
set -g default-shell /bin/bash