1
0
Fork 0
mirror of synced 2024-11-26 17:25:35 -05:00
zimfw/modules/input
Máté Hajzsó 50db2a9049 Add Control+A and Control+E shortcuts
Add Control+A and Control+E shortcuts for beginning of line and end of line.
2017-09-29 14:38:24 +01:00
..
init.zsh Add Control+A and Control+E shortcuts 2017-09-29 14:38:24 +01: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