Hacker News new | ask | show | jobs
by pknerd 2690 days ago
Only thise morning I was not even able to exit by using q! either. I did something good in my life or parents that some random keys hitting made me to exit it.
1 comments

Probably in the wrong (input) mode? Does ctrl-s freeze vim?
Ctrl-S doesn't freeze vim, it freezes your terminal output (Ctrl-Q to revert it).

It's handy when something is dumping tons of stuff in the terminal.

Here's the explanation of where it comes from: https://unix.stackexchange.com/questions/137842/what-is-the-...