diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-12-16 16:25:41 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-12-16 16:25:41 +0000 |
commit | fe8a55b640256711e81b94f9488ec7bdd8d1e956 (patch) | |
tree | d12bd98e84b165a77d94912e99979ea6b2b57e18 /ChangeLog | |
parent | 35ac156d869f6e99131c2dff6e9e7c9f1123c5e4 (diff) | |
download | zsh-fe8a55b640256711e81b94f9488ec7bdd8d1e956.tar.gz zsh-fe8a55b640256711e81b94f9488ec7bdd8d1e956.tar.xz zsh-fe8a55b640256711e81b94f9488ec7bdd8d1e956.zip |
13285: use vi-up and -down in vicmd mode
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 68a79acf9..655c050da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-16 Clint Adams <schizo@debian.org> + + * 13285: Src/Zle/zle_bindings.c, Src/Zle/zle_keymap.c: + use vi-up-line-or-history and vi-down-line-or-history in + the vicmd keymap (rather than their emacsy counterparts). + 2000-12-15 Tanaka Akira <akr@zsh.org> * 13281: Functions/Misc/mere: new implementation. |