aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-11 01:00:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-11 01:00:53 +0000
commit6c9822ccc24e8c41a4f447dd12bec3e0eaf33eb1 (patch)
tree97d5066f9543913bbfb71403e7df2d42cf609e43
parente3feb067a503b53da253e4ed877d212d6d73842c (diff)
downloadrtmux-6c9822ccc24e8c41a4f447dd12bec3e0eaf33eb1.tar.gz
rtmux-6c9822ccc24e8c41a4f447dd12bec3e0eaf33eb1.tar.bz2
rtmux-6c9822ccc24e8c41a4f447dd12bec3e0eaf33eb1.zip
Update slightly.
-rw-r--r--TODO23
1 files changed, 20 insertions, 3 deletions
diff --git a/TODO b/TODO
index 8e976fd5..a291de8d 100644
--- a/TODO
+++ b/TODO
@@ -66,7 +66,24 @@
- document clock-mode
- document password/locking commands
- document lock-after-time
-- automatic lock/screensaver after $time inactivity
-- a key binding to display the status line briefly when it is turned off
-- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw
+- a command to display the status line briefly when it is turned off
+- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw, more??
+ 17:06 < NicM> tmux new then eg tmux linkw -s0:0
+ 17:06 < simmel> NicM link-window?
+ 17:06 < NicM> yes
+ 17:06 < NicM> create a new session with tmux new
+ 17:07 < NicM> then link your compilation or irc window into it with tmux linkw
+ 17:07 < NicM> i have a set of secondary sessions set up by default with irc linked into them already
+ 17:07 < NicM> so if want to view it in a separate window
+ 17:07 < NicM> i just attach one of them
+ 17:07 < NicM> and keep working in my original session
+ 17:07 < NicM> but you can do it manually as well
+ 17:08 < simmel> How do I unlink then?
+ 17:08 < NicM> tmux unlinkw
+ 17:08 < NicM> or tmux killw
+ 17:08 < simmel> Doesnt that kill the original one too?
+ 17:08 < NicM> no
+ 17:08 < NicM> it unlinks it from the session
+ 17:09 < NicM> or kills it if it is only linked to one
+ 17:09 < NicM> unlinkw only unlinks it
- clone session command