junegunn / fzf-git.sh

bash and zsh key bindings for Git objects, powered by fzf
612 stars 53 forks source link

Fix key binding trigger delay #14

Closed ptzz closed 2 years ago

ptzz commented 2 years ago

Only a problem with set blink-matching-paren on in .inputrc, in which case there was a delay before the key bindings triggered.

Similar to https://github.com/junegunn/fzf/issues/580.

junegunn commented 2 years ago

Thanks!