diff --git a/README.md b/README.md index aab5c17..ea25a87 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Usage * Use your observations from the previous steps to create key bindings. For example, if you observed `^[[A` for UP and `^[[B` for DOWN, then: - bindkey '^[[A' history-substring-search-up - bindkey '^[[B' history-substring-search-down + bindkey "^[[A" history-substring-search-up + bindkey "^[[B" history-substring-search-down However, if the observed values don't work, you can try using terminfo: