Describe the bug
This used to work, $realpath had the path of the "selection". Now it's empty
I can make sure:
To Reproduce
Steps to reproduce the behavior:
- Type '...'
- Press Tab
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
- OS: MacOS 15.7.5
- zsh version: zsh 5.9 (arm64-apple-darwin24.0)
Ordering of fzf-tab is correct. The following used to work and I was using it daily.
zstyle ':fzf-tab:complete:*' fzf-bindings \
'ctrl-e:execute({_FTB_INIT_}nvim "$realpath" 5)' \
"ctrl-t:transform:[[ {fzf:prompt} =~ right ]] && echo 'change-prompt(down> )+change-preview-window(60%,down,wrap)+refresh-preview' || echo 'change-prompt(right> )+change-preview-window(60%,right,wrap)+refresh-preview'"
Describe the bug
This used to work, $realpath had the path of the "selection". Now it's empty
I can make sure:
compinitTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Ordering of fzf-tab is correct. The following used to work and I was using it daily.