From e7275a97584a58b9c23ece4bbb3109ec44da7d2d Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Thu, 17 May 2018 09:01:04 -0500 Subject: [PATCH] [input] Update README.md --- modules/input/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/input/README.md b/modules/input/README.md index 456ad0c..6b49f9a 100644 --- a/modules/input/README.md +++ b/modules/input/README.md @@ -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`.