Added options
This commit is contained in:
@@ -34,6 +34,15 @@ Enable it in your `.zshrc` by adding it to your plugin list:
|
||||
plugins=(… zsh-fzf-history-search)
|
||||
```
|
||||
|
||||
## Configuration Variables
|
||||
|
||||
| Variable | Description |
|
||||
| ----------------------------------------- | ------------------------------------------------------------------------------------------------- |
|
||||
| `ZSH_FZF_HISTORY_SEARCH_BIND` | Keybind to trigger fzf reverse search (default: `'^r'`) |
|
||||
| `ZSH_FZF_HISTORY_SEARCH_FZF_ARGS` | Arguments for `fzf` (might be updated, not recommended to override) (default: `'+s +m -x -e'`) |
|
||||
| `ZSH_FZF_HISTORY_SEARCH_FZF_EXTRA_ARGS` | Extra arguments for `fzf` (default: `''`) |
|
||||
|
||||
|
||||
## TODO
|
||||
* use fzf's keybindings for additional functionality (remove specific history item, clear history, etc) while keeping plugin's simplicity in mind ([issue](https://github.com/joshskidmore/zsh-fzf-history-search/issues/10))
|
||||
* better documentation ([issue](https://github.com/joshskidmore/zsh-fzf-history-search/issues/11))
|
||||
|
||||
Reference in New Issue
Block a user