Replies: 11 comments
|
What do you get for `printenv SHELL`? You might be running a shell that
doesn't support the arrow keys. Assuming that's the problem, does
installing and running `bash` make them work?
|
|
I get nothing from |
|
Those keys you see are the correct codes for the arrow keys. This is expected behaviour in |
|
Ahh that's annoying. Is it possible the default shell to be initially set to bash in the then to be more user-friendly? |
|
@Mearman The default shell isn't controlled by |
|
Oh nvm I see the problem! The dockerfile doesn't set the |
|
Sorry I should I have specified it was in Docker. |
|
@Mearman What docker image are you using? I was wrong regarding our default image. It does in fact use bash by default. |
|
Ahh it's LinuxServer's didn't realise they were rolling their own Dockerfile. Would putting in a PR with the addition of |
|
You'd need to call Anyway, glad we sorted things out. 🍻 |
|
Oh thought I'd pasted the |
Uh oh!
There was an error while loading. Please reload this page.
For some reason the remote terminal isn't correctly receiving non-character keyboard inputs. E.g.
up,down,esc,Ctrl+c, etc.code-server --version: 3.7.4All reactions