aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-15 20:01:31 +0900
committernsfisis <nsfisis@gmail.com>2021-11-15 23:09:52 +0900
commit87487bdaf68e4f836276e4d39c10ff9c58a4df3d (patch)
tree8d9c34bbdd3ac25f61847985dafe7295e1759b62
parentf6d7ed82851c830183eb776bf05487458b658d7b (diff)
downloaddotfiles-87487bdaf68e4f836276e4d39c10ff9c58a4df3d.tar.gz
dotfiles-87487bdaf68e4f836276e4d39c10ff9c58a4df3d.tar.zst
dotfiles-87487bdaf68e4f836276e4d39c10ff9c58a4df3d.zip
tmux: fix display-panes-time value
-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