From b742a8f70dc250bd8bfcd8da0fc017cec6de0df3 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 6 Apr 2016 20:00:03 -0400 Subject: Set low escape time in tmux. --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index c5384a7..4ff85d4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,6 +6,9 @@ set-window-option -g mode-keys vi set -g default-terminal "screen-256color" +## supposed to help neovim +set -g escape-time 10 + ## set status bar set -g status-bg "#373b41" set -g status-fg "#81a2be" -- cgit v1.2.3