1
0
Fork 0
mirror of synced 2024-06-25 18:01:09 -04:00
zimfw/modules/input
Matt Hamilton aef41e25c5 [input] check for null bindkey values
Only bind keys if length of var > 0

Hopefully these are the only keys that will require this testing. If
anyone encounters issues like issue #17 with additional keys, please
create an issue.

Closes #17
2016-01-09 05:27:55 -05:00
..
init.zsh [input] check for null bindkey values 2016-01-09 05:27:55 -05:00
README.md fix documentation typo 2015-12-16 17:35:46 -05: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.