zsh-history-substring-search icon indicating copy to clipboard operation
zsh-history-substring-search copied to clipboard

Allow users to set keys to be bind, before sourcing the script, using environment variables

Open ericbn opened this issue 4 years ago • 3 comments

This will save users from some common boilerplate code in their own .zshrc file.

Fixes #107

ericbn avatar Aug 03 '21 15:08 ericbn

@sunaku, PR updated.

ericbn avatar Aug 05 '21 17:08 ericbn

Nit: CONTROL is such a weird way to spell Ctrl.

lnicola avatar Nov 07 '21 16:11 lnicola

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" :- ) keycaps

@sunaku, what do you prefer?

ericbn avatar Nov 07 '21 16:11 ericbn