From d91d9e3efe5defbcc13a0fc8968e2f3919cffc2a Mon Sep 17 00:00:00 2001 From: Xiao-Ou Zhang Date: Sun, 27 Nov 2016 16:08:50 -0500 Subject: [PATCH] [input] Fix typo in README Closes #102 --- 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