diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 19:18:20 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 19:18:20 +0000 |
| commit | eb5638f3e7d4e85130555159751899736d1a5a6d (patch) | |
| tree | 227c2df8d60b61edc3f5c711ab51d43d49ddb089 /CHANGES | |
| parent | 26792fc3a83f3a7716318efbfea16fda53ed8e87 (diff) | |
| download | rtmux-eb5638f3e7d4e85130555159751899736d1a5a6d.tar.gz rtmux-eb5638f3e7d4e85130555159751899736d1a5a6d.tar.bz2 rtmux-eb5638f3e7d4e85130555159751899736d1a5a6d.zip | |
Only lowercase key bindings.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ 25 June 2008 +* 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 emacs. @@ -566,4 +567,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.141 2008-06-25 19:12:30 nicm Exp $ +$Id: CHANGES,v 1.142 2008-06-25 19:18:20 nicm Exp $ |