This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/input
Adam Goldsmith a8667fdb91 Add some custom functions to input module
* ... -> ../.. expansion
 * sudo prefix
 * bind ^H to backward-kill-word
2016-02-15 11:24:14 -05:00
..
init.zsh Add some custom functions to input module 2016-02-15 11:24:14 -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.