What is meant by a shell is in “vi” mode or “emacs” mode?
This question follows directly from the answer. In this case I am specifically unable to understand the part which says:
This question follows directly from the answer. In this case I am specifically unable to understand the part which says:
When you press Ctrl+L in bash default mode the screen is cleared. But when I run set -o vi and press Ctrl+L the keystroke is printed (^L).
Is there any way to keep this behavior?