summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 21:31:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 21:31:03 +0000
commit6e0452459640b892e8fc2ea7435f5e847cc33967 (patch)
tree7bf5073b666d65e134df81b79d98c1bd759072c9 /CHANGES
parentb359f9b594ccd945a245e429469d3c53fb6bf859 (diff)
switch-client command.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ae1b9a30..5738c752 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
16 November 2007
+* (nicm) switch-client command to switch client between different sessions. This
+ is pretty cool:
+
+ $ tmux bind q switch 0
+ $ tmux bind w switch 1
+
+ To switch between sessions 0 and 1 with a key :-).
* (nicm) Accept "-c client-tty" on command line to allow client manipulation
commands, and change detach-/refresh-session to detach-/refresh-client (this
loses the -a behaviour, but at some point -session versions may return, and
@@ -214,4 +221,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.69 2007-11-16 21:12:31 nicm Exp $
+$Id: CHANGES,v 1.70 2007-11-16 21:31:03 nicm Exp $