I just started using the vim key bindings in my bash terminal because I was constantly switching between the two and I just want to stick with one editing mode. Hence, I added the line bash set -o vi to my .bash_profile but one thing is bothering me is that you start in Insert mode rather than Normal mode. Is there a way to change this?
-
3Does this answer your question? Bash vi mode configuration to default to command modeQuasímodo– Quasímodo2020-11-07 12:04:39 +00:00Commented Nov 7, 2020 at 12:04
-
well it does and does not at the same time, as in no one was able to give a solution that works and hence it could mean that this can't be doneaja228– aja2282020-11-07 13:36:15 +00:00Commented Nov 7, 2020 at 13:36
Add a comment
|