-
Notifications
You must be signed in to change notification settings - Fork 161
Keyboard arrows don`t work in bash on windows terminal #231
Comments
I have the same issue here, I'm additionally using the ZSH shell. I use cmder with platformio-atom-ide-terminal, and have the bash shell as a task, it all works fine other than this. |
Thank you! I'll try it. |
Salmagund1, could you help me please to configure it? I've installed (unzip) cmder in c:\ and added default task with bash on windows. Then i've added C:\cmder\cmder.exe shell override string in the settings of the platformio-ide-terminal. When i start new platformio-terminal i get cmder with bash on windows in the separate window. Is it possible to start cmder session with bash inside platformio? If it so, what should i do to get it working? |
Same issue here, command history (keyboard arrows) doesn't work, but the rest works perfectly |
Ctrl+p and Ctrl+n works though.. |
Same here. I'm on Windows 10 Home using platformio-ide-terminal package for atom. When I start the terminal it starts me in powershell where up/down arrow lets me navigate history just fine. I prefer bash so I execute bash and I'm taken into bash and everything works except up/down arrow doesn't let me navigate history. Ctrl+p and Ctrl+n work for me though |
I would just like to bump this, since I just discovered platformio. I am having the same issue described above, Terminal works great with the exception of the movement keys (arrows, End, Home, etc.) Excellent extension! |
Just found the same issue myself. |
I used to use this extension on my Ubuntu PC and I never had any problems with it and now that I started using bash on Windows 10 in this terminal in Atom, I can't use the arrow keys or the navigation keys. I've also noticed this problem in cmder, but in cmd or Powershell they work fine. Could this be a Windows problem? |
I've got the same problem as the others. |
I have the same problem, someone have any solution ? |
same issue with cmd.exe on windows 7 |
+1 |
Just leaving a comment. Still happening as of February 9. Can't use any arrow keys when using bash/fish on Windows Subsystem for Linux. Any ideas for a fix? |
same here |
I have the same problem |
Me too thanks |
Started with Atom today and had the exact same problem. Please, if y'all stumbles upon a solution, lemme know. |
same here
…On Wed, Apr 25, 2018 at 2:49 PM, Prateek Parashar ***@***.***> wrote:
Started with Atom today and had the exact same problem. Please, if y'all
stumbles upon a solution, lemme know.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATVMeKzcL1VPLxMHLpM1BNhyZJnytsEks5tsMVVgaJpZM4Ni20->
.
|
I didn't tryed because I'm not on atom anymore, but there is vim bindings possible on bash or zsh that allow movement like arrows. But if you use atom you are probably not familiar with vim bindings |
As possible workaround for this issue, you can enable command line editing. E.g. by setting |
Hello.
Please excuse me for my English.
I'm trying to use platformio-atom-ide-terminal in atom (windows 10) with bash on windows terminal. So i changed shell launch command. Now it looks like this C:/windows/System32/bash.exe.
When i launch the terminal view, i see bash command line, it can execute commands and seems that everything is fine. But when i'm trying to change cursor position or to list previous commands by pushing up key, i'm getting nothing. It looks like keys with arrows (up, down, left and right) don`t work. Is it platformio-atom-ide-terminal issue or may be i should to use special settings to get it fully working?
Thank you for your job!
The text was updated successfully, but these errors were encountered: