]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux-window.pl: Minor documentation fixes.
authorSimon Ruderich <simon@ruderich.org>
Sat, 9 Feb 2013 19:54:22 +0000 (20:54 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 9 Feb 2013 20:52:27 +0000 (21:52 +0100)
tmux-window.pl

index 9f3971cdde7e1d7e25856b2986f2c9b7a9cb518a..0a27598e255c2fbda0347c145a52fcbd266cd378 100644 (file)
@@ -6,7 +6,7 @@
 # At the moment Tmux doesn't support mappings with multiple keys, e.g. prefix
 # ;0, prefix ;1 etc. (where ; is the common secondary prefix key). But this
 # works in GNU screen and is very useful to switch to windows quickly, e.g.
-# prefix ;3 to switch to window 13 or ;;5 to switch to window 25.
+# prefix ;3 to switch to window 13 or prefix ;;5 to switch to window 25.
 #
 # To simulate this missing feature ; and 0-9 must be rebound when prefix ; is
 # used, and unbound when ; or 0-9 was pressed and the window selected. This
@@ -41,9 +41,9 @@
 #     bind-key \; source-file "/path/to/tmux-window1.conf"
 #
 # tmux-window1.conf automatically contains the path to tmux-window2.conf,
-# therefore chaining for ;;3 will work to jump to window 33.
+# therefore chaining for ;;3 will work to jump to window 23.
 
-# Copyright (C) 2012  Simon Ruderich
+# Copyright (C) 2012-2013  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by