1
0
Fork 0
mirror of synced 2024-09-19 12:02:53 -04:00
zimfw/modules/input
Juraj Fiala a06f53f142 Add PageUp/Down for navigating through history.
Incredibly useful when combined history-substring-search and/or a laptop keyboard.
2016-08-15 12:35:57 +02:00
..
init.zsh Add PageUp/Down for navigating through history. 2016-08-15 12:35:57 +02:00
README.md [input] add double-dot expansion option 2016-05-20 20:25:04 -07: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_expansion='true' in your .zimrc