Bind insert-datestamp to "ESC d" (Alt-d on many terminals) instead of "Ctrl-e d"
authorFrank Terbeck <ft@grml.org>
Thu, 20 Jul 2017 21:56:15 +0000 (23:56 +0200)
committerFrank Terbeck <ft@grml.org>
Thu, 20 Jul 2017 22:06:35 +0000 (00:06 +0200)
commitf98b04694856a470d5577f952111109ba2be72a0
treefdf4666cfa576be0af55772f38176d2f4a381963
parent641ba63361db2ba65941fcf4f1c2a380178533f7
Bind insert-datestamp to "ESC d" (Alt-d on many terminals) instead of "Ctrl-e d"

The github issue #62 for the grml-etc-core repository noted a delay with the
default Ctrl-e binding in emacs mode. This is caused by a binding where Ctrl-e
is a prefix. The shells waits for a timeout to figure out if the user wanted
the "Ctrl-e" binding, or or if there's a d coming to complete the "Ctrl-e d"
binding.

Closes: #62
etc/zsh/zshrc