tmux: reduce 'escape' wait time
This commit is contained in:
@@ -27,5 +27,9 @@ set -g @continuum-restore 'on'
|
|||||||
# Turn on focus events, used by (for example) Vim.
|
# Turn on focus events, used by (for example) Vim.
|
||||||
set -g focus-events on
|
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)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user