SSHing from WSL2 to Windows 10 OpenSSH server to WSL 2 shell (Ubuntu 18.04) conflicts with vim keyboard input #11399

Closed
opened 2026-01-31 02:46:34 +00:00 by claunia · 11 comments
Owner

Originally created by @carlosvsilva on GitHub (Nov 13, 2020).

Environment

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]: Microsoft Windows [Version 10.0.19042.630]
Windows Terminal version (if applicable): 1.4.3141.0

Any other software?

vim 2:8.0.1453-1ubuntu1.4
Ubuntu 18.04

Steps to reproduce

In Windows Terminal, from a Ubuntu 18.04.5 LTS shell with all latest updates applied, I ssh to my Windows 10 20H2 (10.0.19042.630) with latest native Microsoft OpenSSH installed and start the session in a WSL2 Ubuntu 18.04.5 LTS with all latest updates applied. I then vi a terraform textfile in vim 2:8.0.1453-1ubuntu1.4 and as soon as I press the down arrow key to navigate the document, vi goes into Insert mode an deletes some lines all at once.

Expected behavior

I expect to navigate the text document normally and have the cursor go down a line every time I press the down arrow like when I do the same action from a cmd.exe terminal/native Ubuntu WSL2 terminal in Windows.

Actual behavior

Pressing the down arrow key deletes some lines and enters insert mode in vim instead of navigating normally.

Originally created by @carlosvsilva on GitHub (Nov 13, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]: Microsoft Windows [Version 10.0.19042.630] Windows Terminal version (if applicable): 1.4.3141.0 Any other software? ``` vim 2:8.0.1453-1ubuntu1.4 Ubuntu 18.04 # Steps to reproduce <!-- A description of how to trigger this bug. --> In Windows Terminal, from a Ubuntu 18.04.5 LTS shell with all latest updates applied, I ssh to my Windows 10 20H2 (10.0.19042.630) with latest native Microsoft OpenSSH installed and start the session in a WSL2 Ubuntu 18.04.5 LTS with all latest updates applied. I then vi a terraform textfile in vim 2:8.0.1453-1ubuntu1.4 and as soon as I press the down arrow key to navigate the document, vi goes into Insert mode an deletes some lines all at once. # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> I expect to navigate the text document normally and have the cursor go down a line every time I press the down arrow like when I do the same action from a cmd.exe terminal/native Ubuntu WSL2 terminal in Windows. # Actual behavior <!-- What's actually happening? --> Pressing the down arrow key deletes some lines and enters insert mode in vim instead of navigating normally.
Author
Owner

@DHowett commented on GitHub (Nov 13, 2020):

I believe that this is a /duplicate of #1637. OpenSSH uses the version of the Windows console that comes with the OS, which means it'll be a little slower to update. Sorry about that!

@DHowett commented on GitHub (Nov 13, 2020): I believe that this is a /duplicate of #1637. OpenSSH uses the version of the Windows console that comes with the OS, which means it'll be a little slower to update. Sorry about that!
Author
Owner

@ghost commented on GitHub (Nov 13, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Nov 13, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@carlosvsilva commented on GitHub (Nov 13, 2020):

The workaround doesn't work for me:
Workaround: Adding set t_u7= or set ambw=double to your vimrc should fix the problem

Isn't this about Windows Terminal itself, since from cmd.exe nothing wrong seems to happen? Thanks

@carlosvsilva commented on GitHub (Nov 13, 2020): The workaround doesn't work for me: Workaround: Adding set t_u7= or set ambw=double to your vimrc should fix the problem Isn't this about Windows Terminal itself, since from cmd.exe nothing wrong seems to happen? Thanks
Author
Owner

@DHowett commented on GitHub (Nov 13, 2020):

Hmm. Have to think about this a little more.

@DHowett commented on GitHub (Nov 13, 2020): Hmm. Have to think about this a little more.
Author
Owner

@playcodestudiosGIT commented on GitHub (Nov 14, 2020):

It seems that wsl2 does not work even with build 20H2 19042.630, I just updated my windows to that version and I can't install wsl2 and I don't know why.

@playcodestudiosGIT commented on GitHub (Nov 14, 2020): It seems that wsl2 does not work even with build 20H2 19042.630, I just updated my windows to that version and I can't install wsl2 and I don't know why.
Author
Owner

@ghost commented on GitHub (Nov 15, 2020):

This issue has been marked as duplicate and has not had any activity for 1 day. It will be closed for housekeeping purposes.

@ghost commented on GitHub (Nov 15, 2020): This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
Author
Owner

@DHowett commented on GitHub (Nov 15, 2020):

Sorry about the bot. I forgot to clear the tag!

@DHowett commented on GitHub (Nov 15, 2020): Sorry about the bot. I forgot to clear the tag!
Author
Owner

@DHowett commented on GitHub (Nov 20, 2020):

Sorry that WSL2 stopped working for you. I hope that you got it sorted out.

What version of Windows is running on the SSH server?

@DHowett commented on GitHub (Nov 20, 2020): Sorry that WSL2 stopped working for you. I hope that you got it sorted out. What version of Windows is running on the _SSH server_?
Author
Owner

@carlosvsilva commented on GitHub (Nov 20, 2020):

The SSH server is running Microsoft Windows [Version 10.0.19042.630]. Basically Windows 10 20H2 all up to date. Thanks

@carlosvsilva commented on GitHub (Nov 20, 2020): The SSH server is running Microsoft Windows [Version 10.0.19042.630]. Basically Windows 10 20H2 all up to date. Thanks
Author
Owner

@DHowett commented on GitHub (Dec 17, 2020):

Okay, I hit this every day as well. Vim deletes a huge chunk of my file.

This is a definite /duplicate of #1637, but I cannot explain why the workaround doesn't help. I'm sorry about that.

@DHowett commented on GitHub (Dec 17, 2020): Okay, I hit this every day as well. Vim deletes a huge chunk of my file. This is a definite /duplicate of #1637, but I cannot explain why the workaround doesn't help. I'm sorry about that.
Author
Owner

@ghost commented on GitHub (Dec 17, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Dec 17, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11399