From 6866cae7c1042c19923b3ec862f9260a31239981 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Nov 2021 22:27:42 +0900 Subject: tmux: bind "C-t g" to display-panges --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.tmux.conf') 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 -- cgit v1.2.3-70-g09d2