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?
|
Beta Was this translation helpful? Give feedback.
-
I get nothing from |
Beta Was this translation helpful? Give feedback.
-
Those keys you see are the correct codes for the arrow keys. This is expected behaviour in |
Beta Was this translation helpful? Give feedback.
-
Ahh that's annoying. Is it possible the default shell to be initially set to bash in the then to be more user-friendly? |
Beta Was this translation helpful? Give feedback.
-
@Mearman The default shell isn't controlled by |
Beta Was this translation helpful? Give feedback.
-
Oh nvm I see the problem! The dockerfile doesn't set the |
Beta Was this translation helpful? Give feedback.
-
Sorry I should I have specified it was in Docker. |
Beta Was this translation helpful? Give feedback.
-
@Mearman What docker image are you using? I was wrong regarding our default image. It does in fact use bash by default. |
Beta Was this translation helpful? Give feedback.
-
Ahh it's LinuxServer's didn't realise they were rolling their own Dockerfile. Would putting in a PR with the addition of |
Beta Was this translation helpful? Give feedback.
-
You'd need to call Anyway, glad we sorted things out. 🍻 |
Beta Was this translation helpful? Give feedback.
-
Oh thought I'd pasted the |
Beta Was this translation helpful? Give feedback.
-
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.4Beta Was this translation helpful? Give feedback.
All reactions