X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux-window.pl;h=5e2601c599b3f0842da08517794eeaa0ec61c00a;hb=b2a118a0ad79bcee7bd83925ac9df338d6087f2f;hp=0a27598e255c2fbda0347c145a52fcbd266cd378;hpb=0250848fa42b8bfe9396619bb91d94acddf942f8;p=config%2Fdotfiles.git 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