33a3988774
The issue is fixed by adding `zle redisplay` after `zle expand-and-complete` for the expand-and-complete key binding. An additional `print -n '...'` is also included to show an indicator while the menu is loading, and that is purely cosmetic. There's still one glitch: the prompt jumps one line up after <Tab><Tab><Ctrl-C>. This was observed in Prezto too. |
||
---|---|---|
.. | ||
init.zsh | ||
README.md |
Input
Applies correct bindkeys for input events.
Without this module, you may experience oddities in how Zsh interprets input. For example, using the UP key, then using the back arrow and pressing DELETE may capatalize characters rather than delete them.
This module also provides double-dot parent directory expansion.
It can be enabled by uncommenting zdouble_dot_expansion='true'
in your .zimrc