Replies: 1 comment
-
reproducible docker run --rm --interactive --tty alpine:edge sh -ec '
apk add fzf zsh
{
echo "source <(fzf --zsh)"
echo "bindkey -v"
} > ~/.zshrc
/bin/zsh' When you include |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i recently realized some of my shell integration with fzf wasn't working. all the
ctrl-
/alt-
commands were fine, i just noticed the tab complete features with**
didn't work. the fix was pretty strange, i wanted to see if the behavior was known/intended.original zshrc:
fixed zshrc:
i'm not sure what caused me to try and reorder these blocks, but i thought i should share my findings. thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions