You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using it under Zsh I've encountered a small annoyance: When closing the fzf completion menu opened with tab, a space character gets inserted after however many trailing spaces there already where. So when you open and close the menu a bunch of times, each time a space gets added and you end up with that number of trailing spaces (+1, obviously). This does not happen when doing <Space>+<Ctrl-D>, which i have mapped to the list-choices ZLE widget (standard mapping in the vi insert mode of Zsh).
I can reproduce this with a minimal .zshrc on Zsh 5.9 (macOS, left out some irrelevant parts):
Hi, thanks for making this great tool.
When using it under Zsh I've encountered a small annoyance: When closing the fzf completion menu opened with tab, a space character gets inserted after however many trailing spaces there already where. So when you open and close the menu a bunch of times, each time a space gets added and you end up with that number of trailing spaces (+1, obviously). This does not happen when doing
<Space>+<Ctrl-D>
, which i have mapped to thelist-choices
ZLE widget (standard mapping in the vi insert mode of Zsh).I can reproduce this with a minimal
.zshrc
on Zsh 5.9 (macOS, left out some irrelevant parts):I would say this behavior is not really desirable and probably a bug because exiting the menu should not alter what has been typed at all.
The text was updated successfully, but these errors were encountered: