Skip to content

Commit 7dcadb5

Browse files
authored
chore: Add chat.editMode to tips (#1900)
1 parent f7cf836 commit 7dcadb5

File tree

1 file changed

+1
-0
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ const HELP_TEXT: &str = color_print::cstr! {"
276276
<em>Ctrl(^) + j</em> <black!>Insert new-line to provide multi-line prompt. Alternatively, [Alt(⌥) + Enter(⏎)]</black!>
277277
<em>Ctrl(^) + s</em> <black!>Fuzzy search commands and context files. Use Tab to select multiple items.</black!>
278278
<black!>Change the keybind to ctrl+x with: q settings chat.skimCommandKey x (where x is any key)</black!>
279+
<em>chat.editMode</em> <black!>Set editing mode (vim or emacs) using: q settings chat.editMode vi/emacs</black!>
279280
280281
"};
281282

0 commit comments

Comments
 (0)