fzf-gems icon indicating copy to clipboard operation
fzf-gems copied to clipboard

USE https://github.com/junegunn/fzf-git.sh instead a few fzf bindings for shell convenience

Results 2 fzf-gems issues
Sort by recently updated
recently updated
newest added

Hello teo: Detail as title, thanks your great job, haha.

Use setopt WARN_CREATE_GLOBAL and I get ``` bind-git-helper:2: scalar parameter c created globally in function bind-git-helper ``` Solution is to declare ``` local c ```` before the for loop