Fixed stupid tmux bug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user