1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

Fix typo in input module README

This commit is contained in:
Xiao-Ou Zhang 2016-11-27 16:08:50 -05:00 committed by GitHub
parent 1f0ed84938
commit 6317224e03

View file

@ -7,4 +7,4 @@ 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, using the UP key, then using the back arrow and pressing DELETE may capatalize 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_expansion='true'` in your .zimrc It can be enabled by uncommenting `zdouble_dot_expand='true'` in your .zimrc