junegunn / fzf-git.sh

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

Make zsh keybindings work for all modes #35

Closed cohml closed 6 months ago

cohml commented 8 months ago

This PR ensures that when sourced, the plugin binds all ^G^* actions irrespective of editing mode.

Thus all keybindings will be available for emacs users as well as vi mode users in both insert and command mode.

Resolves #34

junegunn commented 6 months ago

Thanks for your patience. This just slipped my mind.