diff --git a/crates/repl_cli/src/lib.rs b/crates/repl_cli/src/lib.rs index b120c07b15..1b81c6b5db 100644 --- a/crates/repl_cli/src/lib.rs +++ b/crates/repl_cli/src/lib.rs @@ -61,6 +61,11 @@ pub const TIPS: &str = concatcp!( BLUE, " - ", END_COL, + "You can use `Ctrl+V`+`Ctrl+J` to make a newline. The repl will also insert a newline if you press enter", + " when the current expression can not be evaluated, e.g. when you type `foo =`.\n\n", + BLUE, + " - ", + END_COL, ":q to quit\n\n", BLUE, " - ",