diff options
| author | christos <christos@NetBSD.org> | 2021-08-30 09:18:17 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-08-30 09:18:17 +0000 |
| commit | e7c3459727fbfffeb7e7c7539cc3809d22105956 (patch) | |
| tree | 26dffd71776b9f64ebaea4904706df520e2c8673 /lib/libedit | |
| parent | 89a46666a2c6914825bedcb06c4003dd2b57d0f3 (diff) | |
Add a changes file
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libedit/ChangeLog b/lib/libedit/ChangeLog new file mode 100644 index 00000000000..35c9205a43d --- /dev/null +++ b/lib/libedit/ChangeLog @@ -0,0 +1,6 @@ +2021-08-29 Christos Zoulas <christos@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 + |
