From 508d4f476157384b0d454bee3dd6e9256560561b Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 22 Apr 2022 21:05:02 +0100 Subject: History filter (#329) * Add history filters, and hotkey toggle Switch between different search modes to narrow down the history you want - global search for all history, host for all history from your current machine, session for the current shell session, and directory for the current directory The default can be configured via `filter_mode` * Update docs * Add context --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2f4f4217..c6e7b9f7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ I wanted to. And I **really** don't want to. - calculate statistics such as "most used command" - old history file is not replaced - quick-jump to previous items with Alt-\ +- switch filter modes via ctrl-r; search history just from the current session, directory, or globally ## Documentation -- cgit v1.3.1