> In Vim I have to press Esc to come out of Insert mode then Shift-; to get : > then I have to enter w and finally press Enter.... then to carry on editing > text I have to press I again.... is that right Vim users? WTF!
Ehm, no. You could just use the default shortcut: `ZQ` Or, if you want to save and exit: `ZZ` I personally used to use Vim, then Neovim and now I've been using kakoune for a few months because Neovim is getting bloated. [This is a very good explanation of why vi-like modal editors are superiors to "normal" editors like Emacs.](http://kakoune.org/why-kakoune/why-kakoune.html)
