tmux: reduce 'escape' wait time

This commit is contained in:
2023-01-10 10:09:51 +00:00
parent 88fd55b0a0
commit 3c4c4f5696

View File

@@ -27,5 +27,9 @@ set -g @continuum-restore 'on'
# Turn on focus events, used by (for example) Vim.
set -g focus-events on
# Reduce time waited to see if a key is escape alone or an escape sequence.
set -sg escape-time 10
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'