kitten ssh breaks '^ '
mapping in ZSH after returning from session
#6780
Labels
'^ '
mapping in ZSH after returning from session
#6780
Describe the bug
If I have something bound to ctrl-space in ZSH (
'^ '
) and I usekitten ssh
to ssh to a host it breaks my original mapping.This does not even have to be a complete, successful ssh connection. If you use
kitten ssh
to access a machine with a password prompt (not password-less login) and quit with<C-c>
several times, the mapping is still broken. This rules out that conflicting ZSH bindings could be coming into play.I have tested this across many terminals and cannot replicate the issue. I also cannot replicate the issue when I just use
ssh
and do not usekitten ssh
To Reproduce
Steps to reproduce the behavior:
kitty --config=NONE
zsh -f
bindkey -s '^ ' TEST
kitten ssh
bindkey
and see that the binding is still setEnvironment details
Fully and completely clean environment with v0.30.1 to rule out all possible conflicts
The text was updated successfully, but these errors were encountered: