We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75b33e commit 1ef140cCopy full SHA for 1ef140c
components/finsh/Kconfig
@@ -46,6 +46,12 @@ if RT_USING_MSH
46
47
config FINSH_USING_WORD_OPERATION
48
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.
55
default n
56
57
config FINSH_USING_EXTEND_FEATURE
0 commit comments