summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-04-06 20:00:03 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-04-06 20:00:03 -0400
commitb742a8f70dc250bd8bfcd8da0fc017cec6de0df3 (patch)
tree6fadbe51d815289d55d2baad4a3ee01903704ab5 /tmux.conf
parent00e7476c6403405d64bc22ca673b106cb3e3ee04 (diff)
Set low escape time in tmux.
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
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"