-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Characters inserted when pressing arrows keys and delete key #2114
Comments
This is not a cmder issue. if you are using wsl you are not using cmder you are using wsl in conemu. |
I would like to share the solution which I found. Searching some more I found the solution which is to use the ssh of the MS PowerShell project or even use what comes by default in Windows. The solution is to create a folder on drive c: called dev and an empty file inside the folder called tty.
If you want you can run it from the command line. Open Command Prompt and run the commands:
Now VIM no longer has bugs using the arrows and I can export X using VcXsrv to open graphics applications. 😄😄😄 Here are the references: |
Hi, I've been using Cmder for some time now and really enjoy it. I'm not sure whether this concerns Cmder or ConEmu - sorry in advance (let me know and I'll report to conemu instead).
Purpose of the issue
Version Information
Cmder version 1.3.11.843
ConEmu version 180626 preview
Windows 10, WSL Ubuntu 18.04 LTS
Description of the issue
Certain characters are inserted into the terminal window when I press any of the arrow keys or the delete key. The behavior seems random, sometimes pressing any of the mentioned buttons work as intended. So far I've only noticed this happening while in ghci (interactive Haskell interpreter) or when searching for files using kein/ctrlp.vim. (see attached screenshots). This behaviour is not encountered when running the WSL-bash by itself, only when running it via Cmder.
GHCi
Holding down left key for about 6 seconds
Holding down delete key for about 10 seconds
Steps to reproduce
stack new testproject simple
stack ghci
The text was updated successfully, but these errors were encountered: