It’s maybe just me who’d like to see this but I sometimes find myself writing julia commands in pkg or shell mode and wished there was a more direct way to switch to the correct mode than go to the start of the line and press backspace.
Would it be possible to map a key such as the ESC key for the same effect (i.e. you could press it at any time in shell>
or pkg>
mode and it would go to julia>
mode?
pkg> println( # press [ESC] after realising I'm still in pkg>
# changes to
julia> println( # now I can complete the command and run it