1
0
Fork 0
mirror of synced 2024-06-28 11:21:10 -04:00
zimfw/modules/input
Eric Nielsen 7519f17645 [input] fix prompt after <Tab><Tab><Ctrl-C>
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.

Fixes #85, closes #89
2016-10-25 16:13:49 -07:00
..
init.zsh [input] fix prompt after <Tab><Tab><Ctrl-C> 2016-10-25 16:13:49 -07:00
README.md [input] add double-dot expansion option 2016-05-20 20:25:04 -07:00

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