diff options
| -rw-r--r-- | fzf-integration.source.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fzf-integration.source.zsh b/fzf-integration.source.zsh new file mode 100644 index 0000000..38a1d27 --- /dev/null +++ b/fzf-integration.source.zsh @@ -0,0 +1,6 @@ +INITIAL_QUERY="" +CLIHIVE_PREFIX="wc <<< " +FZF_DEFAULT_COMMAND="$CLIHIVE_PREFIX '$INITIAL_QUERY'" \ + fzf --bind "change:reload:$CLIHIVE_PREFIX {q} || true" \ + --ansi --disabled --query "$INITIAL_QUERY" \ + --height=50% --layout=reverse |
