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 1a3c388..0d39e5b 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -201,6 +201,14 @@ config CONFIG_FEATURE_COMMAND_EDITING help Enable command editing in shell. +config CONFIG_FEATURE_COMMAND_EDITING_VI + bool "vi-style line editing commands" + default n + depends on CONFIG_FEATURE_COMMAND_EDITING + help + Enable vi-style line editing in the shell. This mode can be + turned on and off with "set -o vi" and "set +o vi". + config CONFIG_FEATURE_COMMAND_HISTORY int "history size" default 15 |