aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-13 22:27:42 +0900
committernsfisis <nsfisis@gmail.com>2021-11-13 22:27:42 +0900
commit6866cae7c1042c19923b3ec862f9260a31239981 (patch)
treeb30dc37af3f0b680f2a7bda2dec61c42c431e79d
parent74683ee2259e5eafc3960e4ba177f9c860026d1e (diff)
downloaddotfiles-6866cae7c1042c19923b3ec862f9260a31239981.tar.gz
dotfiles-6866cae7c1042c19923b3ec862f9260a31239981.tar.zst
dotfiles-6866cae7c1042c19923b3ec862f9260a31239981.zip
tmux: bind "C-t g" to display-panges
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index bfbf207..994bdf8 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -15,6 +15,7 @@ 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
@@ -59,6 +60,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
set-option -g mode-keys vi
bind-key V copy-mode