zdharma-continuum / zinit

🌻 Flexible and fast ZSH plugin manager
MIT License
2.95k stars 126 forks source link

[bug]: Cannot use ctrl+k #386

Closed omnivagant closed 1 year ago

omnivagant commented 1 year ago

What happened?

When I enter "some text" and then move the cursor to the left and use ^k I get

~% some text
Symbol index NOT found, NO DATA to show, sleeping…
zi-browse-symbol:zle:384: no such widget `zle-line-pre-redraw'
zi-browse-symbol:zle:385: no such widget `zle-line-pre-redraw'

If I then use ^e^w^w and press return I see

~%
zi-browse-symbol:zle:460: no such widget `saved-pre-redraw'
zi-browse-symbol:zle:461: no such widget `saved-pre-redraw'

Steps to reproduce

See above, I may edit or add if I find something later.

Relevant output

No response

Screenshots and recordings

No response

Operating System & Version

OS: linux-musl | Vendor: alpine | Machine: x86_64 | CPU: x86_64 | Processor: unknown | Hardware: x86_64

Zsh version

zsh 5.9 (x86_64-alpine-linux-musl)

Terminal emulator

tmux 3.3a in alacritty 0.10.1 or foot 1.13.1 with TERM=screen-256color, alacritty with TERM=xterm-256color

If using WSL on Windows, which version of WSL

No response

Additional context

When filing in "Terminal emulator" infos above I noticed that I don't have this issue in foot without tmux, but when I start tmux it's there, regardless of what $TERM is set to.

Code of Conduct

psprint commented 1 year ago

Fix is in #387.

omnivagant commented 1 year ago

I've tested and it solves this issue for me, when it is merged you may close this issue.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 3.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: