Fixed stupid tmux bug.

This commit is contained in:
Aaron D. Lee
2025-12-14 02:57:29 -05:00
parent 6405a8de7b
commit 1676481b5d
3 changed files with 38 additions and 18 deletions

View File

@@ -1,4 +1,17 @@
set-option -g default-shell /usr/bin/zsh
#set-option -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh
# Enable RGB colors if your terminal supports it
#set -ga terminal-overrides ",xterm-256color:Tc"
set -g default-terminal "tmux-256color"
# Fix key bindings
set -g xterm-keys on
# Ensure proper escape sequence handling
set -sg escape-time 0
set -g pane-border-format "#{pane_index} #{pane_title}"
set -g pane-border-status bottom
bind-key U resize-pane -U 8