View | Details | Raw Unified | Return to bug 215958
Collapse All | Expand All

(-).shrc (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
# Enable the builtin emacs(1) command line editor in sh(1),
16
# Enable the builtin emacs(1) command line editor in sh(1),
17
# e.g. C-a -> beginning-of-line.
17
# e.g. C-a -> beginning-of-line.
18
set -o emacs
18
#set -o emacs
19
19
20
# Uncomment this and comment the above to enable the builtin vi(1) command
20
# Uncomment this and comment the above to enable the builtin vi(1) command
21
# line editor in sh(1), e.g. ESC to go into visual mode.
21
# line editor in sh(1), e.g. ESC to go into visual mode.

Return to bug 215958