File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/q_cli/src/cli/chat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments