diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 1a3c388a4..0d39e5bae 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -201,6 +201,14 @@ config CONFIG_FEATURE_COMMAND_EDITING | |||
201 | help | 201 | help |
202 | Enable command editing in shell. | 202 | Enable command editing in shell. |
203 | 203 | ||
204 | config CONFIG_FEATURE_COMMAND_EDITING_VI | ||
205 | bool "vi-style line editing commands" | ||
206 | default n | ||
207 | depends on CONFIG_FEATURE_COMMAND_EDITING | ||
208 | help | ||
209 | Enable vi-style line editing in the shell. This mode can be | ||
210 | turned on and off with "set -o vi" and "set +o vi". | ||
211 | |||
204 | config CONFIG_FEATURE_COMMAND_HISTORY | 212 | config CONFIG_FEATURE_COMMAND_HISTORY |
205 | int "history size" | 213 | int "history size" |
206 | default 15 | 214 | default 15 |