Configuration options:
hicolor
Get more colors with this option (default is monochromatic).
monochromatic
Ensure black and white view.
prompt-bottom
Show prompt at the bottom of the screen (default is prompt at the
top).
help-on-opposite-side
Show help label on the opposite site (default is next to the prompt).
hide-basic-help
Hide the basic help label.
hide-help
Hide basic and history help labels. Implicitly sets hide-basic-help.
no-confirm
Do not ask for confirmation on a history entry delete (default is with
confirmation).
regexp-matching
Filter command history using regular expressions.
substring-matching
Filter command history using substring.
keywords-matching
Filter command history using keywords - item matches if contains all
keywords in pattern in any order (keywords match is default).
case-sensitive
Make history filtering case sensitive (it's case insensitive by
default).
raw-history-view
Show normal history as a default view (metric-based view is shown
otherwise).
favorites-view
Show favorites as a default view (metric-based view is shown
otherwise).
static-favorites
Do not put recently used favorite to the head of favorites (favorites are
reordered by default).
skip-favorites-comments
Skip comments (lines beginning with #) when loading ~/.hstr_favorites
(all lines are loaded by default).
duplicates
Show duplicates in rawhistory (duplicates are discarded by default).
verbose-kill
Print the last command command deleted from history (nothing is printed
by default).
blacklist
Load list of commands to skip when processing history from
~/.hstr_blacklist (built-in blacklist used otherwise).
keep-page
Don't clear page with command selection on exit (page is cleared by
default).
big-keys-skip
Skip big history entries i.e. very long lines (default).
big-keys-floor
Use different sorting slot for big keys when building metrics-based view
(big keys are skipped by default).
big-keys-exit
Exit (fail) on presence of a big key in history (big keys are skipped by
default).
warning
Show warning.
debug
Show debug information.
Example:
export HSTR_CONFIG=hicolor,regexp-matching,raw-history-view