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
The handy https://github.com/olets/zsh-abbr plugin enables the use of abbreviations, which are similar to aliases but they auto-expand when pressing space.
Thanks for your detailed information. I've tried with the steps you provided, but I still can't reproduce the issue. Could you provide me your minimum .zshrc file to research the root cause? : )
General information
The handy https://github.com/olets/zsh-abbr plugin enables the use of abbreviations, which are similar to aliases but they auto-expand when pressing space.
Whenever
zsh-vi-mode
is enabled it seems to override thebindkey " " abbr-expand-and-insert
even in insert mode.Related issues:
Ctrl-h
to delete character on somewhere in the insert mode #201^s
to zsh binding #298.zshrc
file. #299Basic examination
Problem description
zsh-vi-mode
seems to override thebindkey " " abbr-expand-and-insert
even in insert mode.Reproduction steps
abbr add abc=def
.abc
and then Space ␣.Expected behavior
The
abc
text is transformed todef
right after pressing space. Removingzsh-vi-mode
fixes it.The text was updated successfully, but these errors were encountered: