zsh-history-substring-search
zsh-history-substring-search copied to clipboard
Allow users to set keys to be bind, before sourcing the script, using environment variables
This will save users from some common boilerplate code in their own .zshrc file.
Fixes #107
@sunaku, PR updated.
Nit: CONTROL is such a weird way to spell Ctrl.
It was being spelled as "Control" and "C" and also "^" before. I tried to unify it to a common format ("CONTROL"), as we have other keys in all caps too (e.g. "UP", "DOWN") in the same document.
Fun fact: my keycaps actually spell it as "Control" :- )

@sunaku, what do you prefer?