5b90c96cd1
Stick with the following style: * Header 1 with the module name is in `lowercase`. * Other headers are in `Sentence case`. Common header names that should be consistently used are `Aliases`, `Contributing`, `Functions`, `Settings`, and `Zsh options`. * The names `Zim` and `Zsh` always appear capitalized, even in the middle of sentences. * Prefer print 'code indented with 4 spaces' instead of ```zsh print 'code fenced by lines with three back-ticks' print 'unless you want syntax highlighting' ```
11 lines
383 B
Markdown
11 lines
383 B
Markdown
input
|
|
=====
|
|
|
|
Applies correct bindkeys for input events.
|
|
|
|
Without this module, you may experience oddities in how Zsh interprets input.
|
|
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.
|
|
It can be enabled by uncommenting `zdouble_dot_expand='true'` in your `.zimrc`.
|