chore: update tmux conf e7175d8c
Steve · 2026-08-15 16:24 1 file(s) · +1 −1
tmux/.tmux.conf +1 −1
1 1
set -g default-terminal "xterm-256color"
2 2
set-option -ga terminal-overrides ",xterm-256color:Tc"
3 3
set -ga terminal-overrides ",xterm-256color:Tc"
4 -
set-option -g default-shell /opt/homebrew/bin/nu
4 +
# set-option -g default-shell /bin/zsh
5 5
set -g extended-keys on
6 6
set -g extended-keys-format csi-u
7 7