Remove default tmux terminal
see https://unix.stackexchange.com/a/568263
This commit is contained in:
parent
f310746458
commit
2e95e8a7df
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue