summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
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"