Using password-store with fzf and zsh

I switched to pass completely after the lastpass meltdown a few weeks ago. But now I have a few hundred passwords in there and finding them is getting tedious.

Zsh (and oh-my-zsh) for the win here. The pass plugin is very helpful, but with more than one screen of passwords it is too much information at once. The next step was adding the fzf plugin and a snippet from the fzf wiki to my .zshrc. Now a simple pass edit **<TAB> opens a dialog to search for partial filenames and uses this file on pressing return.

I looked into alternatives before but I wanted to have the show and edit commands still usable and no additional magic happening.