Add an option to remove dates from search
Let the user decide if they want full date timestamps in ISO8601 format in the search.
This commit is contained in:
@@ -43,6 +43,7 @@ plugins=(… zsh-fzf-history-search)
|
||||
| `ZSH_FZF_HISTORY_SEARCH_FZF_EXTRA_ARGS` | Extra arguments for `fzf` (default: `''`) |
|
||||
| `ZSH_FZF_HISTORY_SEARCH_END_OF_LINE` | Put the cursor on at the end of the line after completion, `empty=false` (default: `''`) |
|
||||
| `ZSH_FZF_HISTORY_SEARCH_EVENT_NUMBERS` | Include event numbers in search. Set to 0 to remove event numbers from the search. (default: `1`)|
|
||||
| `ZSH_FZF_HISTORY_SEARCH_DATES_IN_SEARCH` | Include ISO8601 timestamps in search. Set to 0 to remove them from the search. (default: `1`) |
|
||||
|
||||
|
||||
## TODO
|
||||
|
||||
Reference in New Issue
Block a user