You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using pnpm create astro@latest, the picker asking me whether to start from a template or empty project, the typical keyboard shortcuts don't seem to work.
What happens:
Only the arrow keys work. A little worse, ctrl-j even seems to start copying the template without confirming the selection.
What I expected to happen:
I can navigate up and down using ^ N / ^ P and possibly the VIM keybindings too, so ^ J / ^ K.
Link to Minimal Reproducible Example
no files required to reproduce
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
I'm not sure when we'll have time to get to this, but if you'd like to contribute a fix, we'd love that. The code for our CLI components lives in the https://github.com/withastro/cli-kit repo!
What version of
astro
are you using?3.1.0
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
When using
pnpm create astro@latest
, the picker asking me whether to start from a template or empty project, the typical keyboard shortcuts don't seem to work.What happens:
Only the arrow keys work. A little worse, ctrl-j even seems to start copying the template without confirming the selection.
What I expected to happen:
I can navigate up and down using
^ N
/^ P
and possibly the VIM keybindings too, so^ J
/^ K
.Link to Minimal Reproducible Example
no files required to reproduce
Participation
The text was updated successfully, but these errors were encountered: