Closed tsjnsn closed 5 years ago
You can configure binding through the KUBECTL_FZF_OPTIONS environment variable. I've added an example in https://github.com/bonnefoa/kubectl-fzf#options
There's no cycle action but you could do something like:
export KUBECTL_FZF_OPTIONS=(-1 --header-lines=2 --layout reverse -e --no-hscroll --no-sort --bind space:accept --bind tab:down)
I didnt see where this is configurable, but it would be nice to have similar or configurable semantics as zsh's normal completion