aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-08-04 19:04:46 +0000
committerPaul Fox <pgf@brightstareng.com>2005-08-04 19:04:46 +0000
commit3f11b1bf634536cb01d9913d1a3d10da5bf24541 (patch)
treefd76457b91cc91d8ae6091729f981acd1b321888 /shell/Config.in
parent8eeb655661a0d59be478681425682543b228b5a1 (diff)
downloadbusybox-3f11b1bf634536cb01d9913d1a3d10da5bf24541.tar.gz
commiting:
0000025: vi-editing mode for ash
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in8
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
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