You must log in or register to comment.
I don’t remember what program it was but I once went to configure something, and the command to “open settings” essentially just opened a text file in vim.
Being a nano scrub that took me a second to get out of.
It probably opened it in
${VISUAL:-${EDITOR:-vim}}
; usually setting one of those variables in e.g. bashrc will avoid future vim.
I’ll tell you what though: one you get used to it, you really get used to it.
I typed :q to try and close a tab the other day.
Edit: a tab not in vim, of course
At one point I had a plugin for MS Word that added vim key bindings because I kept leaving stray vim commands while editing other people’s documents.