JuliaLang/julia

Pick a different key binding for "Insert new line without executing it" at least on Win

Open

#18,295 opened on Aug 30, 2016

View on GitHub
 (7 comments) (6 reactions) (0 assignees)Julia (5,773 forks)batch import
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.

Contributor guide