aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-25 20:33:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-25 20:33:20 +0000
commit7836298f296f8f41407dc4a6dbdb4aac1e3d4b96 (patch)
tree6c4071f585ae3f50e4fe2494f018b12226387c5d /CHANGES
parenteb5638f3e7d4e85130555159751899736d1a5a6d (diff)
downloadrtmux-7836298f296f8f41407dc4a6dbdb4aac1e3d4b96.tar.gz
rtmux-7836298f296f8f41407dc4a6dbdb4aac1e3d4b96.tar.bz2
rtmux-7836298f296f8f41407dc4a6dbdb4aac1e3d4b96.zip
Allow use of alt keys. move-window command.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index bced973a..d05b0b48 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
25 June 2008
+* move-window command.
+* Support binding alt keys (prefixed with M-). Change default to use
+ C- for ctrl keys (^ is still accepted as an alternative).
* Slim down default key bindings: support lowercase only.
* Handle escaped keys properly (parse eg \033b into a single key code) and
use this to change copy mode next/previous work to M-f and M-b to match
@@ -567,4 +570,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.142 2008-06-25 19:18:20 nicm Exp $
+$Id: CHANGES,v 1.143 2008-06-25 20:33:20 nicm Exp $