PatrickF1 / fzf.fish

🔍🐟 Fzf plugin for Fish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to bind \cd

txtyash opened this issue · comments

fzf_configure_bindings --directory=\cd

won't work but, something like:

fzf_configure_bindings --directory=\ck

works fine

fzf_configure_bindings --directory=\cd works just fine for me. Can you check your terminal settings to make sure it's not being intercepted by your terminal before that key sequence makes it to fish?

If you don't find anything, can you confirm that bind \cd ls works?

fzf_configure_bindings --directory=\cd works just fine for me. Can you check your terminal settings to make sure it's not being intercepted by your terminal before that key sequence makes it to fish?

If you don't find anything, can you confirm that bind \cd ls works?

Oh yes. It was mapped to halfpagedown. I should've noticed.

I'm using alacritty terminal. Is there a way to use \cd for halfpagescrolldown in normal mode and for fzf in insert mode?

Yes, use bind --mode https://fishshell.com/docs/current/cmds/bind.html. bind it for fzf in insert mode only in your config.fish