junegunn / fzf-git.sh

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

Ctrl-g Ctrl-s keybinding does not work if flow control is active #4

Closed phelipetls closed 2 years ago

phelipetls commented 2 years ago

This is expected, but since that is the default keybinding to open _fzf_git_stashes, it'll likely cause a bad user experience since the screen freeze if flow control is active, until the user hits Ctrl-q.

Maybe consider a different keybinding or tell people to disable flow control in the README?

junegunn commented 2 years ago

Thanks. I hadn't thought of that.

Maybe consider a different keybinding or tell people to disable flow control in the README?

Good idea.