From 87487bdaf68e4f836276e4d39c10ff9c58a4df3d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 15 Nov 2021 20:01:31 +0900 Subject: tmux: fix display-panes-time value --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-70-g09d2