From ef6b6d7f9c963665a71785098a9718b089e280b5 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sun, 7 Aug 2011 09:29:09 +0100 Subject: [PATCH] Use choose-window to select windows. The choose-window command previously didn't work so list-windows was bound instead. Use choose-window now that it works properly. --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index d85e935..d69c31f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -84,8 +84,8 @@ bind . select-layout even-vertical bind , select-layout tiled # Simulate maximising the window. bind / select-layout even-vertical \; swap-pane -s top \; resize-pane -D 9999 -# Show windows -bind - list-windows +# Select windows. +bind - choose-window # Set current window title. bind t command-prompt -p "Set window's title to:" 'rename-window %1' # Show clock. -- 2.7.4