From: Iain Patterson Date: Sun, 7 Aug 2011 08:29:09 +0000 (+0100) Subject: Use choose-window to select windows. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=ef6b6d7f9c963665a71785098a9718b089e280b5;p=profile.git 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. --- 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.