Skip to content

Commit dc8f742

Browse files
committedDec 12, 2021
1 parent bda90a9 commit dc8f742

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.tmux.conf

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
set-option -g default-shell /bin/zsh
22
set -g default-terminal "screen-256color"
33

4+
# prevents '0;10;1c' from being printed, cf.
5+
# <https://github.com/microsoft/WSL/issues/5931>
6+
set -sg escape-time 50
7+
48
# List of plugins
59
set -g @plugin "tmux-plugins/tpm"
610
set -g @plugin "tmux-plugins/tmux-sensible"

0 commit comments

Comments
 (0)
Failed to load comments.