Describe the bug
It seems to be a different issue from the ones with #530 and #241 , and it appears to work fine within tmux.
Perhaps using a command equivalent to MSYS_NO_PATHCONV=1 fzf --expect=/ within the plugin might resolve this issue.
I can make sure:
To Reproduce
Steps to reproduce the behavior:
- Press Tab
- See error
unsupported key: C:/msys64/
Expected behavior
Successfully expanded.
Screenshots
Environment:
- OS: Windows
- zsh version: 5.9 (MSYS2 version)
- Without tmux
Minimal zshrc
autoload -U compinit; compinit
source ~/fzf-tab/fzf-tab.plugin.zsh
Log
If applicable, use C-x . to trigger completion and provide the log.
If there are only three lines in your log, please make sure your fzf-tab is loaded with the correct order (see the checklist above).
Describe the bug
It seems to be a different issue from the ones with #530 and #241 , and it appears to work fine within tmux.
Perhaps using a command equivalent to
MSYS_NO_PATHCONV=1 fzf --expect=/within the plugin might resolve this issue.I can make sure:
compinitTo Reproduce
Steps to reproduce the behavior:
unsupported key: C:/msys64/Expected behavior
Successfully expanded.
Screenshots
Environment:
Minimal zshrc
Log
If applicable, use
C-x .to trigger completion and provide the log.If there are only three lines in your log, please make sure your fzf-tab is loaded with the correct order (see the checklist above).