I barely use any Vim, but I'm more confused about there being some hidden complexity in exiting Vim that I'm not aware of. Isn't it just... [Esc] :wq ...or... [Esc] :q! ...depending if you want to save the current document or not?
Helping a Million Developers Exit Vim
21–30 of 489 posts
Re: Helping a Million Developers Exit Vim
#22I'm somewhat amazed but mostly amused that the Vim developers care so little about user experience that they continue to ignore that people have trouble with exiting their tool and refuse to adapt to a more expected convention for exiting it.
Not everything has to be easy to use, some things benefit from not being obvious.
Re: Helping a Million Developers Exit Vim
#23I barely use any Vim, but I'm more confused about there being some hidden complexity in exiting Vim that I'm not aware of. Isn't it just... [Esc] :wq ...or... [Esc] :q! ...depending if you want to save the current document or not?
Re: Helping a Million Developers Exit Vim
#24Obviously my personal bias, but it's emacs I can never remember how to exit from.
Overall, both are about as hard to deal with. Vim has a better help message, but it's still difficult to find.
Re: Helping a Million Developers Exit Vim
#25I'm somewhat amazed but mostly amused that the Vim developers care so little about user experience that they continue to ignore that people have trouble with exiting their tool and refuse to adapt to a more expected convention for exiting it.
It literally everytime you boot the first screen tells you how to quit and get help. So..read the screen that comes up Everytime? If you try Ctrl c it tells you it's :q.
So the first screen doesn't help in this situation
The sort of developers who get stuck in Vim are not the ones who are using it intentionally
Re: Helping a Million Developers Exit Vim
#26Isn't that exclusively used by middle aged computer scientists?
Re: Helping a Million Developers Exit Vim
#27I barely use any Vim, but I'm more confused about there being some hidden complexity in exiting Vim that I'm not aware of. Isn't it just... [Esc] :wq ...or... [Esc] :q! ...depending if you want to save the current document or not?
Imagine you don't know that. Now try to exit vim.
[EDIT] also, a typical mid-level computer user's tendency to slap "ESC" when panicked. Ha!
Re: Helping a Million Developers Exit Vim
#28I barely use any Vim, but I'm more confused about there being some hidden complexity in exiting Vim that I'm not aware of. Isn't it just... [Esc] :wq ...or... [Esc] :q! ...depending if you want to save the current document or not?
Imagine you don't know that. Now try to exit vim.
Then, the program tells them "Type :quit to exit Vim"
And if the user is capable of reading, they shouldn't have any problem.
If they don't know about ctrl-c, they shouldn't be using a terminal editor.
Re: Helping a Million Developers Exit Vim
#29I'm somewhat amazed but mostly amused that the Vim developers care so little about user experience that they continue to ignore that people have trouble with exiting their tool and refuse to adapt to a more expected convention for exiting it.
It literally everytime you boot the first screen tells you how to quit and get help. So..read the screen that comes up Everytime? If you try Ctrl c it tells you it's :q.
me: Hit escape first, then :q
dev: Oh, then why doesn't say escape then :q
me: welp
Re: Helping a Million Developers Exit Vim
#30Obviously my personal bias, but it's emacs I can never remember how to exit from.