From b2fab31e423962684ac9dc11b2b8018ff95dee0f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 2 Sep 2017 13:47:07 -0400 Subject: [PATCH] Comment the names of keys for history-substring-search --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5525eb1..ce76654 100644 --- a/.zshrc +++ b/.zshrc @@ -53,7 +53,7 @@ then fi -# History Substring Search bindings +# History Substring Search bindings (PageUp and PageDown) bindkey '^[[5~' history-substring-search-up bindkey '^[[6~' history-substring-search-down