[input] Update README.md
This commit is contained in:
parent
855c488b13
commit
e7275a9758
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
Input
|
||||
input
|
||||
=====
|
||||
|
||||
Applies correct bindkeys for input events.
|
||||
|
||||
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.
|
||||
Without this module, you may experience oddities in how zsh interprets input.
|
||||
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.
|
||||
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`.
|
||||
|
|
Loading…
Reference in a new issue