summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-10-10 18:54:16 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-10-10 18:54:16 +0100
commit70537ec9683b3e5db8c76597125fbfae9b51364b (patch)
treeff70b238a052314dacf84cf3fc644607619b430a /tmux/.tmux.conf
parentecf1b97e8f0e90d8a29037c3dfb0c2dbcf07e977 (diff)
[tmux] Set escape time to 0
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index eac0eb5..437f8e3 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -9,7 +9,7 @@ bind s send-prefix
unbind r
bind r source-file ~/.tmux.conf
-set -s escape-time 0
+set -sg escape-time 0
set-option -g allow-rename off
is_vim='echo "#{pane_current_command}" | grep -iqE "(^|\/)g?(view|n?vim?)(diff)?$"'
@@ -23,6 +23,3 @@ bind C-p previous-window
bind-key -n C-S-Left swap-window -t -1
bind-key -n C-S-Right swap-window -t +1
-
-set -g status-bg colour18
-set -g status-fg colour2