2018-05-17 16:01:04 +02:00
|
|
|
input
|
2015-12-16 07:23:31 +01:00
|
|
|
=====
|
2015-12-16 07:15:30 +01:00
|
|
|
|
2015-12-16 23:35:46 +01:00
|
|
|
Applies correct bindkeys for input events.
|
2015-12-16 07:15:30 +01:00
|
|
|
|
2018-12-17 20:11:16 +01:00
|
|
|
Without this module, you may experience oddities in how Zsh interprets input.
|
2018-05-17 16:01:04 +02:00
|
|
|
For example, pressing LEFT and then the DELETE key may capitalize characters
|
|
|
|
rather than delete them.
|
2016-05-21 05:25:01 +02:00
|
|
|
|
|
|
|
This module also provides double-dot parent directory expansion.
|
2018-05-17 16:01:04 +02:00
|
|
|
It can be enabled by uncommenting `zdouble_dot_expand='true'` in your `.zimrc`.
|