We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
^s
Unable to remap ^s to zsh binding
I had a mapping to ^s. When loading ZVM I lose this binding.
ZVM
I tried to use this function, but it didn't work
function zvm_after_lazy_keybindings() { zvm_define_widget pet-select bindkey '^s' pet-select }
pet
pet-select() { BUFFER=$(pet search --query "$LBUFFER") CURSOR=$#BUFFER zle redisplay } zle -N pet-select stty -ixon bindkey '^s' pet-select
fwd-i-search: _
pet is triggered and the dialog is shown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to remap
^s
to zsh bindingBasic examination
Problem description
I had a mapping to
^s
. When loadingZVM
I lose this binding.I tried to use this function, but it didn't work
Reproduction steps
pet
in^s
^s
. There is a text showingfwd-i-search: _
but not thepet
snippet dialog.pet
is triggered and the dialog is shown.The text was updated successfully, but these errors were encountered: