From 6317224e0397e05affc0eb0c9a98a0c94c47445b Mon Sep 17 00:00:00 2001 From: Xiao-Ou Zhang Date: Sun, 27 Nov 2016 16:08:50 -0500 Subject: [PATCH] Fix typo in input module README --- modules/input/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input/README.md b/modules/input/README.md index bd0ee7d..456ad0c 100644 --- a/modules/input/README.md +++ b/modules/input/README.md @@ -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. 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