Skip to content

Commit 4307d77

Browse files
refactor(chat): update chat newline messaging to prioritize ctrl+j (#1129)
1 parent 6042d83 commit 4307d77

File tree

1 file changed

+3
-3
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+3
-3
lines changed

crates/q_cli/src/cli/chat/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const WELCOME_TEXT: &str = color_print::cstr! {"
110110
• Fix the build failures in this project.
111111
• List my s3 buckets in us-west-2.
112112
• Write unit tests for my application.
113-
• Help me understand my git status
113+
• Help me understand my git status.
114114
115115
<em>/tools</em> <black!>View and manage tools and permissions</black!>
116116
<em>/issue</em> <black!>Report an issue or make a feature request</black!>
@@ -119,7 +119,7 @@ const WELCOME_TEXT: &str = color_print::cstr! {"
119119
<em>/help</em> <black!>Show the help dialogue</black!>
120120
<em>/quit</em> <black!>Quit the application</black!>
121121
122-
<cyan!>Use Alt(⌥) + Enter(⏎) to provide multi-line prompts.</cyan!>
122+
<cyan!>Use Ctrl(^) + j to provide multi-line prompts.</cyan!>
123123
124124
"};
125125

@@ -155,7 +155,7 @@ const HELP_TEXT: &str = color_print::cstr! {"
155155
156156
<cyan,em>Tips:</cyan,em>
157157
<em>!{command}</em> <black!>Quickly execute a command in your current session</black!>
158-
<em>Alt(⌥) + Enter(⏎)</em> <black!>Insert new-line to provide multi-line prompt. Alternatively, [Ctrl+j]</black!>
158+
<em>Ctrl(^) + j</em> <black!>Insert new-line to provide multi-line prompt. Alternatively, [Alt(⌥) + Enter(⏎)]</black!>
159159
160160
"};
161161

0 commit comments

Comments
 (0)