aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-02 21:22:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-02 21:22:57 +0000
commit892d1b534e401c081b90e15604e5e65978ab429a (patch)
treed1f18e060bbc3bbf45d9b109b86713abdcdab0df /CHANGES
parent089f727f5475cfb6ffadf8344a8b405e381d6002 (diff)
downloadrtmux-892d1b534e401c081b90e15604e5e65978ab429a.tar.gz
rtmux-892d1b534e401c081b90e15604e5e65978ab429a.tar.bz2
rtmux-892d1b534e401c081b90e15604e5e65978ab429a.zip
Split emacs/vi keys into seperate tables.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 20f08576..f525c14a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+02 July 2008
+
+* Split vi and emacs mode keys into two tables and add an option (mode-keys)
+ to select between them. Default is emacs, use,
+
+ tmux set mode-keys vi
+
+ to change to vi.
+
+ vi mode uses space to start selection, enter to copy selection and escape
+ to clear selection.
+
01 July 2008
* Protocol versioning. Clients which identify as a different version from the
@@ -598,4 +610,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.148 2008-07-01 19:47:02 nicm Exp $
+$Id: CHANGES,v 1.149 2008-07-02 21:22:57 nicm Exp $