From 34fdd6b1b27cb2a122ed46b9ed7e0c7ca31dea2d Mon Sep 17 00:00:00 2001 From: RuRo Date: Wed, 3 May 2017 00:50:18 +0300 Subject: [PATCH] Updated README.md keybinding instructions. The solution I propose to add to the README was found in issue https://github.com/zsh-users/zsh-history-substring-search/issues/64#issuecomment-289208209 . --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9642ba..476dcd7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Usage bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down + * (Note: There are cases, where `cat -v` lies to you. If the key codes + provided by `cat -v` didn't work for you, try pressing `` + and `` in the terminal and using the displayed key + codes instead.) 3. Type any part of any previous command and then: