From 0a86caffc3f88a9966a8a7aa1dd4ff51ad73c82e Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 17 Jun 2012 13:32:29 -0400 Subject: [PATCH] Remove 'arrow keys' from history-substring-search description --- modules/history-substring-search/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md index 3b71234..b1ad60b 100644 --- a/modules/history-substring-search/README.md +++ b/modules/history-substring-search/README.md @@ -3,8 +3,8 @@ History Substring Search Integrates [zsh-history-substring-search][1] into Oh My Zsh, which implements the [Fish shell][2]'s history search feature, where the user can type in any -part of a previously entered command and press the `UP` and `DOWN` arrow keys -to cycle through matching commands. +part of a previously entered command and press up and down to cycle through +matching commands. If this module is used in conjuncture with the *syntax-highlighting* module, it must be loaded **after** it.