Add set -sg escape-time 10 to .tmux.conf for Neovim
This commit is contained in:
parent
c1009f8345
commit
b7ad0c3259
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user