Hacker News new | ask | show | jobs
by jrootabega 2690 days ago
Did you know vim has an easy mode?

  vim -y
Think you can figure out how to quit vim from easy mode?

  <C-O>:q!<CR>
(from https://stackoverflow.com/a/27439752)