Skip to content

Commit 9e9841a

Browse files
committedJan 25, 2024
Add keyboard escape time for tmux
Solved: microsoft/WSL#5931, tmux-plugins/tmux-sensible#61
1 parent f83437b commit 9e9841a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.tmux.conf

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if "test ! -d ~/.tmux/plugins/tpm" \
2929
run '~/.tmux/plugins/tpm/tpm'
3030

3131

32+
# keyboard escape time
33+
set -g escape-time 10
34+
3235

3336
# mouse scroll
3437
# set -g mouse on

0 commit comments

Comments
 (0)
Failed to load comments.