]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux-windows.pl: Documentation updates/fixes.
authorSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:29:49 +0000 (02:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:29:49 +0000 (02:29 +0200)
tmux-window.pl

index 0a27598e255c2fbda0347c145a52fcbd266cd378..5e2601c599b3f0842da08517794eeaa0ec61c00a 100644 (file)
 #
 # 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