aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 994bdf8..8535c61 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -15,7 +15,6 @@ set-option -g pane-base-index 1
set-option -g renumber-windows on
set-option -g default-shell /usr/local/bin/zsh
set-option -g history-limit 10000
-set-option -g display-panes-time 0
# TERMINAL FEATURES {{{2
set-option -g default-terminal screen-256color
@@ -60,7 +59,7 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
bind-key = select-layout tiled
-bind-key g display-panes
+bind-key g display-panes -d 0
set-option -g mode-keys vi
bind-key V copy-mode