Hacker News new | ask | show | jobs
by BozeWolf 2690 days ago
Probably in the wrong (input) mode? Does ctrl-s freeze vim?
1 comments

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-...