From 74a19fb665a41093f6e587ab80f6849a840acb90 Mon Sep 17 00:00:00 2001 From: mritd Date: Mon, 20 Sep 2021 11:14:46 +0800 Subject: [PATCH] docs(history-substring-search): add `prefixed` setting example comment add `prefixed` setting example comment Signed-off-by: mritd --- runcoms/zpreztorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 2d863c9..2df7c73 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -115,6 +115,9 @@ zstyle ':prezto:module:editor' key-bindings 'emacs' # Retrieve only unique results (removes duplicates) # zstyle ':prezto:module:history-substring-search' ensure-unique 'yes' +# Set the search prefixed. +# zstyle ':prezto:module:history-substring-search' prefixed 'yes' + # # macOS #