zimfw/modules/input/README.md

12 lines
383 B
Markdown
Raw Normal View History

2018-05-17 10:01:04 -04:00
input
2015-12-16 01:23:31 -05:00
=====
2015-12-16 01:15:30 -05:00
2015-12-16 17:35:46 -05:00
Applies correct bindkeys for input events.
2015-12-16 01:15:30 -05:00
Without this module, you may experience oddities in how Zsh interprets input.
2018-05-17 10:01:04 -04:00
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.
2018-05-17 10:01:04 -04:00
It can be enabled by uncommenting `zdouble_dot_expand='true'` in your `.zimrc`.