Skip to content

Commit

Permalink
Change escape-time to 50
Browse files Browse the repository at this point in the history
I don't know why I had set it to 0 before, but using oh-my-zsh to
auto-start tmux with an escape time of 0 causes it to spit out some
ANSI shit every time. Changing it to 50 fixes that.

See tmux-plugins/tmux-sensible#61
  • Loading branch information
aaronbieber committed May 7, 2023
1 parent 6c11679 commit c8f1976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/tmux.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set-option -g prefix C-a
set -s escape-time 0
set -s escape-time 50

set-window-option -g xterm-keys on
set -g update-environment -r
Expand Down

0 comments on commit c8f1976

Please sign in to comment.