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 .
This commit is contained in:
RuRo 2017-05-03 00:50:18 +03:00 committed by GitHub
parent aae3388491
commit 34fdd6b1b2

View file

@ -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 `<C-v><UP>`
and `<C-v><DOWN>` in the terminal and using the displayed key
codes instead.)
3. Type any part of any previous command and then: