fix tmux on macos

This commit is contained in:
Matthew Ryan Dillon 2023-07-04 16:44:53 -04:00
parent 04e6025af8
commit d1cd3f21ef

View file

@ -5,7 +5,7 @@ setw -g automatic-rename
set-option -g default-shell $SHELL
# set -g default-command "~/bin/safe-reattach-to-user-namespace -l ${SHELL}"
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color*:Tc"
set -g allow-passthrough on
set -g prefix C-a
unbind C-b