Module Name: src Committed By: christos Date: Mon Aug 30 09:18:17 UTC 2021
Added Files: src/lib/libedit: ChangeLog Log Message: Add a changes file To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libedit/ChangeLog Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/lib/libedit/ChangeLog diff -u /dev/null src/lib/libedit/ChangeLog:1.1 --- /dev/null Mon Aug 30 05:18:17 2021 +++ src/lib/libedit/ChangeLog Mon Aug 30 05:18:17 2021 @@ -0,0 +1,6 @@ +2021-08-29 Christos Zoulas <chris...@netbsd.org> + + Change default mappings: + map ^W to ed-delete-prev-word and not kill-region + map ^R to em-inc-search-next and not redisplay +