Skip to content

Commit 1ef140c

Browse files
youzuweiCopilot
andauthored
Update components/finsh/Kconfig
Co-authored-by: Copilot <[email protected]>
1 parent e75b33e commit 1ef140c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/finsh/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ if RT_USING_MSH
4646

4747
config FINSH_USING_WORD_OPERATION
4848
bool "Enable Ctrl+W/Backspace/Ctrl+Left/Right word-based cursor operations"
49+
help
50+
Enable word-based cursor operations in the shell:
51+
- Ctrl+Backspace: delete previous word
52+
- Ctrl+Left/Right Arrow: move cursor by word
53+
- Ctrl+W: delete word before cursor
54+
This feature improves command line editing efficiency.
4955
default n
5056

5157
config FINSH_USING_EXTEND_FEATURE

0 commit comments

Comments
 (0)