Use choose-window to select windows.
authorIain Patterson <me@iain.cx>
Sun, 7 Aug 2011 08:29:09 +0000 (09:29 +0100)
committerIain Patterson <me@iain.cx>
Thu, 25 Aug 2011 10:05:29 +0000 (11:05 +0100)
The choose-window command previously didn't work so list-windows was
bound instead.  Use choose-window now that it works properly.

.tmux.conf

index d85e935..d69c31f 100644 (file)
@@ -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.