We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda90a9 commit dc8f742Copy full SHA for dc8f742
.tmux.conf
@@ -1,6 +1,10 @@
1
set-option -g default-shell /bin/zsh
2
set -g default-terminal "screen-256color"
3
4
+# prevents '0;10;1c' from being printed, cf.
5
+# <https://github.com/microsoft/WSL/issues/5931>
6
+set -sg escape-time 50
7
+
8
# List of plugins
9
set -g @plugin "tmux-plugins/tpm"
10
set -g @plugin "tmux-plugins/tmux-sensible"
0 commit comments