Skip to content

Commit 86fca5d

Browse files
committedMar 13, 2024
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

+1-1
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)
Failed to load comments.