Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Feature Request ]: CTRL|ALT|SHIFT+KEY for REPL #24

Open
Ismael-VC opened this issue Nov 4, 2021 · 1 comment
Open

[ Feature Request ]: CTRL|ALT|SHIFT+KEY for REPL #24

Ismael-VC opened this issue Nov 4, 2021 · 1 comment

Comments

@Ismael-VC
Copy link

Ismael-VC commented Nov 4, 2021

I would like to suggest being able to invoke a REPL, with a shortcut combo, instead of just one key, give Julia expressiveness it seems only ) and } are available > is legal:

julia> )
ERROR: syntax: unexpected ")"
Stacktrace:
 [1] top-level scope
   @ none:1

julia> }
ERROR: syntax: unexpected "}"
Stacktrace:
 [1] top-level scope
   @ none:1

julia> >
> (generic function with 3 methods)

The current setup only allows for a couple of "non-legal" julia AKA, available for one key REPL command. I have become addicted to creating REPLs but there is no way to have multiple open, without taking away legal characters from Julia.

Best regards.

@fingolfin
Copy link
Contributor

I think this requires changes in REPL.jl (i.e., Julia itself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants