From: Simon Ruderich Date: Thu, 24 Oct 2013 00:29:49 +0000 (+0200) Subject: tmux-windows.pl: Documentation updates/fixes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=cdc8ff168ab53639575396eefdd42ee9cd80896a;p=config%2Fdotfiles.git tmux-windows.pl: Documentation updates/fixes. --- 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