Skip to content
New issue

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

Any key return messy codes #29353

Open
LSTM-Kirigaya opened this issue Jun 15, 2024 · 1 comment
Open

Any key return messy codes #29353

LSTM-Kirigaya opened this issue Jun 15, 2024 · 1 comment
Labels
bug issues reporting wrong behavior needs:repro We need minimal steps to reproduce the issue needs:response waiting for reply from the author tui

Comments

@LSTM-Kirigaya
Copy link

Problem

When I code for a while in neovim, any key enter will return messy codes like ^?, ^[OD, ^[OC in the editor 🤔, when I enter , effect is like this

image

Steps to reproduce

write code with neovim for about 30 minutes.

Expected behavior

<BS>, <C> interpreted as correct key map in editor.

Neovim version (nvim -v)

0.11.0-dev commit 199d852

Vim (not Nvim) behaves the same?

I don't know

Operating system/version

Debian GNU/Linux 12

Terminal name/version

zsh 5.9

$TERM environment variable

xterm-256color

Installation

compile and install from source 199d852

@LSTM-Kirigaya LSTM-Kirigaya added the bug issues reporting wrong behavior label Jun 15, 2024
@zeertzjq zeertzjq added the needs:repro We need minimal steps to reproduce the issue label Jun 15, 2024
@justinmk justinmk added the tui label Jun 17, 2024
@justinmk
Copy link
Member

That looks like terminal code sequences. Perhaps Nvim is stuck in bracketed paste mode, or your terminal is stuck in some sort of mode.

Without minimal steps it's hard to say, so this will be closed if that is not provided.

@justinmk justinmk added the needs:response waiting for reply from the author label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior needs:repro We need minimal steps to reproduce the issue needs:response waiting for reply from the author tui
Projects
None yet
Development

No branches or pull requests

3 participants