diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-01-10 00:14:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-01-10 00:14:34 +0000 |
commit | 4aa8284b399f2718ed37849b8ce841b5405f5dc5 (patch) | |
tree | a63946cab914cfb0cc7466c46f446ded3997c1e1 | |
parent | 22101e3fe3041539a96552b181d49b103c3774aa (diff) | |
download | rtmux-4aa8284b399f2718ed37849b8ce841b5405f5dc5.tar.gz rtmux-4aa8284b399f2718ed37849b8ce841b5405f5dc5.tar.bz2 rtmux-4aa8284b399f2718ed37849b8ce841b5405f5dc5.zip |
s/new-window/new-session/
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -227,7 +227,7 @@ uptime|awk '{split(substr($0, index($0, "load")), a, ":"); print a[2]}' One or more of the windows can be linked into multiple sessions manually with link-window, or a grouped session with all the windows can be created with -new-window -t. +new-session -t. * Ctrl and arrow keys doesn't work in putty! What do I do? @@ -239,4 +239,4 @@ have TERM set to xterm): set -g terminal-overrides "xterm*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@" -$Id: FAQ,v 1.33 2009-12-17 10:00:15 nicm Exp $ +$Id: FAQ,v 1.34 2010-01-10 00:14:34 nicm Exp $ |