From 55cd5c2145e07c112c970c69714eece75e0e57ee Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Apr 2019 14:49:57 +0900 Subject: [PATCH] Fix C-z w --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 19dcb40..80c9adf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -21,6 +21,7 @@ bind C-o command-prompt -p "session name to switch to:" \ "new-session -Ad -s '%1'\; switch-client -t '%1'" # Use w instead unbind s +bind w choose-tree -G set -g base-index 1 set -g pane-base-index 1