JuliaLang/julia
View on GitHubPick a different key binding for "Insert new line without executing it" at least on Win
Open
#18,295 opened on Aug 30, 2016
REPLhelp wantedsystem:windows
Repository metrics
- Stars
- (48,709 stars)
- PR merge metrics
- (Avg merge 20d 6h) (157 merged PRs in 30d)
Description
The default key binding for that currently is meta-Return, but that toggles full screen on Windows and doesn't insert a new line on Windows.
I guess a simple solution would be to make the default key binding just ^Enter everywhere, or maybe just on Windows?
I am aware that I can solve this by some custom code in my startup file, but it would be nice if this worked out-of-the-box on Windows.