File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ Ctrl+C - Exit chat
126126:help - Show concise manual
127127:clear - Clear command output
128128:q, :quit, :exit - Disconnect
129+ Tab - Complete command name; ambiguous prefixes list candidates
130+ (also completes :theme/:lang values and :msg usernames)
129131Up/Down - Browse command history
130132ESC - Return to NORMAL mode
131133```
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ COMMANDS (COMMAND mode, prefix with :)
4242 lang [ en|zh] show or switch UI language
4343 clear clear output
4444 q / quit / exit disconnect
45+ Tab complete command / argument (lists candidates if ambiguous)
4546
4647INSERT MODE
4748 /me <action > action message
Original file line number Diff line number Diff line change 234234:help Show concise manual
235235:clear Clear command output
236236:q, :quit, :exit Disconnect
237+ Tab Complete the command name or first argument; ambiguous prefixes list candidates
237238Up/Down Browse command history
238239ESC Cancel and return to NORMAL
239240.TE
You can’t perform that action at this time.
0 commit comments