1
0
Fork 0
mirror of synced 2024-06-26 02:11:09 -04:00
zimfw/modules/input
Eric Nielsen 26dce76d28
[input] Use custom expand-or-complete in zsh < 5.3
as `expand-or-complete-with-redisplay` was added to fix an issue
reported with zsh 5.2 when completing with <Tab><Tab><Ctrl-C>. See #85.

Fixes #134. Closes #256
2018-04-13 15:15:54 -05:00
..
init.zsh [input] Use custom expand-or-complete in zsh < 5.3 2018-04-13 15:15:54 -05:00
README.md [input] Fix typo in README 2016-12-01 23:51:59 -08: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_expand='true' in your .zimrc