From b7ad0c32592052675cd78e55ac8672ee193afc24 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Fri, 7 Oct 2022 23:33:19 -0700 Subject: [PATCH] Add set -sg escape-time 10 to .tmux.conf for Neovim --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 285bde3..751650a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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