Add set -sg escape-time 10 to .tmux.conf for Neovim

This commit is contained in:
Dennis Potter 2022-10-07 23:33:19 -07:00
parent c1009f8345
commit b7ad0c3259
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@ set -g status-bg blue
set -g status-left ''
set -g status-right-length 63
set -g status-right 'Battery:#(acpi | cut -d ',' -f 2) | %a %Y-%m-%d %H:%M'
# Settings for neovim
set -sg escape-time 10