1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 05:49:26 +00:00

[Fix #52] Add zstyles to configure history-substring-search

This commit is contained in:
Sorin Ionescu
2012-12-23 16:54:43 -05:00
parent 810a4490d7
commit 6cd97d2d0f
3 changed files with 41 additions and 3 deletions

View File

@ -58,6 +58,19 @@ zstyle ':prezto:module:editor' keymap 'emacs'
# Set the command prefix on non-GNU systems.
# zstyle ':prezto:module:gnu-utility' prefix 'g'
#
# History Substring Search
#
# Set the query found color.
# zstyle ':prezto:module:history-substring-search:color' found ''
# Set the query not found color.
# zstyle ':prezto:module:history-substring-search:color' not-found ''
# Set the search globbing flags.
# zstyle ':prezto:module:history-substring-search' globbing-flags ''
#
# Pacman
#