tmux.conf: lower escape-delay to 300 for NVim's :checkhealth

I am not sure what it does, so I am not using their adviced 10, but
instead 300 which is the maximum the :checkhealth doesn't complain
about.
This commit is contained in:
Aminda Suomalainen 2018-10-11 11:24:46 +03:00
parent fa007ee830
commit e795024570
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ set -g default-command "${SHELL}"
# Resize window (not session) based on the smallest client viewing it
setw -g aggressive-resize on
# Lower escape-time to make Neovim's :checkhealth happy
set -g escape-time 300
# Or for tmux >= 2.6
set -sg escape-time 300