1
0
Fork 0
mirror of synced 2025-04-01 18:42:03 -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  with additional keys, please
create an issue.

Closes 
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.