rockandska / fzf-obc

fzf over bash complete
50 stars 6 forks source link

fzf keybinding doesn't work #35

Open timurb opened 4 years ago

timurb commented 4 years ago

With plain fzf integration I can hit Ctrl-R and search history with fzf. With fzf-obc the standard "reverse-i-search" is used.

This probably can be fixed by simply sourcing /usr/local/opt/fzf/shell/key-bindings.bash as it was previously done in ~/.fzf.bash

rockandska commented 4 years ago

Indeed, because i never planed to replace the other fzf default capabilities who works great. I just forgot that fzf install script doesn't had keybindings and do its updaterc by default and should add this in install instructions if a user install fzf for the first time.