That's one of many tasks which simply becomes natural over time (in fact, when I'm typing in a web form, I frequently find myself trying to use Vi shortcuts) and which really make things go more smoothly for me.
Don't mention it, i had to put
alias:wq="exit"
in my.bashrc because it drove me nuts when i instinctly tried to close my terminal with vi commands.
That's one of many tasks which simply becomes natural over time (in fact, when I'm typing in a web form, I frequently find myself trying to use Vi shortcuts) and which really make things go more smoothly for me.
Don't mention it, i had to put :wq="exit" .bashrc because it drove me nuts when i instinctly tried to close my terminal with vi commands.
alias
in my