1
0
Fork 0
mirror of synced 2024-06-05 00:31:09 -04:00
zimfw/modules/input
Eric Nielsen 13ba167baf [input] Put necessary double quotes back
My fault, I removed them in commit 78611457, but they are necessary.
Without them, we are getting the following error when one of the
terminfo[] values is empty:

    init.zsh:14: bad set of key/value pairs for associative array

Fixes #310
2018-11-21 17:54:24 -05:00
..
init.zsh [input] Put necessary double quotes back 2018-11-21 17:54:24 -05:00
README.md [input] Update README.md 2018-05-17 09:01:04 -05:00

input

Applies correct bindkeys for input events.

Without this module, you may experience oddities in how zsh interprets input. For example, pressing LEFT and then the DELETE key may capitalize 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.