Skip to content

Commit 814b06a

Browse files
committedJan 20, 2023
shell: Fix tmux color sequence on starting new session
tmux-plugins/tmux-sensible#61 tmux-plugins/tmux-sensible#60
1 parent 2f770b9 commit 814b06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎zsh/.tmux.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -g default-terminal "tmux-256color"
22
set -ag terminal-overrides ",xterm-256color:RGB"
33
set -g focus-events on
44
set -g mode-keys vi
5-
set -s escape-time 0
5+
set -s escape-time 1
66
set -g status-interval 0
77

88
# Config prefix

0 commit comments

Comments
 (0)
Failed to load comments.