From dadc56d754f2e86dec96bcf3bed54090538ce336 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 3 Oct 2007 11:26:34 +0000 Subject: Key binding, unbinding. --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index dedf3859..92dcfca6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ 03 October 2007 +* (nicm) Key binding. tmux bind key command [argument] and tmux unbind key. + Key names are in a table in key-string.c, plus A is A, ^A is ctrl-A. + Possible commands are in cmd.c (look at cmd_bind_table). * (nicm) Move command parsing into the client. Also rename some messages and tidy up a few bits. Lots more tidying up needed :-/. @@ -95,5 +98,5 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.23 2007-10-03 10:18:31 nicm Exp $ +$Id: CHANGES,v 1.24 2007-10-03 11:26:33 nicm Exp $ -- cgit