JuliaLang/julia

shell mode: switch to pkg mode with ']'

Open

#42,687 opened on Oct 18, 2021

View on GitHub
 (19 comments) (9 reactions) (0 assignees)Julia (5,773 forks)batch import
REPLgood first issue

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

From julia> mode, ; switches to shell> and ] switches to pkg>. From pkg> mode, ; switches to shell> From shell> mode, ] does not switch into pkg>

It would be great to fix the last one.

Contributor guide