From cdc8ff168ab53639575396eefdd42ee9cd80896a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 02:29:49 +0200 Subject: [PATCH] tmux-windows.pl: Documentation updates/fixes. --- tmux-window.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux-window.pl b/tmux-window.pl index 0a27598..5e2601c 100644 --- a/tmux-window.pl +++ b/tmux-window.pl @@ -14,14 +14,14 @@ # # For each number (0-9) the following mapping is generated (example with 0): # -# bind-key -n 0 select-window -t :10 \; \ -# unbind-key -n 0 \; \ +# bind-key -n 0 unbind-key -n 0 \; \ # ... # unbind-key -n 9 \; \ -# unbind-key -n \\; # this unmaps ; +# unbind-key -n \\; \ # this unmaps ; +# select-window -t :10 \; # -# Due to Tmux's handling of errors (they abort the rest of the mapping) the -# select-window command is actually executed as last part of the mapping. +# Due to Tmux's handling of errors, they abort the rest of the mapping, the +# select-window command is executed as last part of the mapping. # # If a secondary chaining (e.g. prefix ;;3) is requested, a second file like # the generated one must be loaded with ; to jump to windows 20-29. Therefore -- 2.44.1