What command entered into abash initialization file will have bash recognize vikeystrokes after login?

Many people like the vi text editor but the default bash command line editor recognizes emacs
keystrokes. What command entered into abash initialization file will have bash recognize vi
keystrokes after login?

Many people like the vi text editor but the default bash command line editor recognizes emacs
keystrokes. What command entered into abash initialization file will have bash recognize vi
keystrokes after login?

A.
history -p vi

B.
aliasemacs=vi

C.
HISTCMD=vi

D.
set -o vi

E.
unsetemacs



Leave a Reply 0

Your email address will not be published. Required fields are marked *