Followup-up on Advantages of using set -o vi
I'm learning vi and know nothing about emacs. I also type poorly and frequently need to edit my commands in the terminal. The idea of using vi to edit my poorly typed commands sounds like a good idea. At present when editing, I use arrow keys to get to the place I want to change. I'm thinking of using: set -o vi . However, there was an admonishment in the article (somewhat down the page by mattb): I set up my vim to immediately add a # at the start of the line when I do Esc-v to protect myself from this possibility. So, my question? How do I do as suggested by mattb?
Thank you for any reply. larry
If I placed this question in the wrong place, I apologize!!