Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
2.98k stars 90 forks source link

Ctrl J-K movement [Q] #442

Closed Seme4eg closed 1 month ago

Seme4eg commented 1 month ago

Neither #31 nor #214 issues found by me that might be related to how to change default bindings didn't help.

Right now i have following line in my zsh config, that also doesn't help: zstyle ':fzf-tab:*' fzf-bindings 'ctrl-j:preview-down' 'ctrl-k:preview-up'. Tried also just 'down' and 'up' instead of 'preview-down' and 'preview-up'. Nothing works.

Seme4eg commented 1 month ago

I rebound ctrl-j/k in my foot.ini config ages ago and forgot about it zstyle ':fzf-tab:*' fzf-bindings 'ctrl-j:down' 'ctrl-k:up' works just fine