From f32e76360432668fedd27c26a201df9a2eb8144f Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 16 Dec 2015 01:23:31 -0500 Subject: [PATCH] rename and fix input docs --- 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 1cd3d01..694c47f 100644 --- a/modules/input/README.md +++ b/modules/input/README.md @@ -1,6 +1,7 @@ -Inputs -====== +Input +===== -Applys correct bindkeys for inputs. +Applys 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, using the UP key, then using the back arrow and pressing DELETE may capatalize characters rather than delete them.