1
0
Fork 0
mirror of synced 2024-11-22 23:35:35 -05:00

[input] Update README.md

This commit is contained in:
Eric Nielsen 2018-05-17 09:01:04 -05:00 committed by GitHub
parent 855c488b13
commit e7275a9758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,11 @@
Input input
===== =====
Applies correct bindkeys for input events. Applies correct bindkeys for input events.
Without this module, you may experience oddities in how Zsh interprets input. Without this module, you may experience oddities in how zsh interprets input.
For example, using the UP key, then using the back arrow and pressing DELETE may capatalize characters rather than delete them. For example, pressing LEFT and then the DELETE key may capitalize characters
rather than delete them.
This module also provides double-dot parent directory expansion. This module also provides double-dot parent directory expansion.
It can be enabled by uncommenting `zdouble_dot_expand='true'` in your .zimrc It can be enabled by uncommenting `zdouble_dot_expand='true'` in your `.zimrc`.