Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 86fca5d

Browse files
Fixes an issue with odd characters appearing
@link microsoft/WSL#5931 (comment)
1 parent 1b95344 commit 86fca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
1414
set -g history-limit 300000
1515
set -g base-index 1
1616
setw -g pane-base-index 1
17-
set -g escape-time 0
17+
set -g escape-time 1
1818
set-option -g status-position bottom
1919

2020
is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?g?(view|n?vim?x?)(diff)?$'"

0 commit comments

Comments
 (0)