You are viewing an historical archive of past issues. Please
              report new issues to the appropriate project issue tracker on
              GitHub.
            
            
            Comments
- 
                
                  Greg Hurrell
                  
                
                Sounds like terminal flow control is doing its thing. <C-s>suspends input to the terminal and<C-q>resumes it; in other words, it is likely not a crash, but your terminal behaving as designed, and you can get things to be unstick themselves by hitting<C-q>.This blog post describes how to turn it off (in short stty -ixon).
- 
                
                  Greg Hurrell
                  
                
                Status changed: - From: new
- To: closed
 
Add a comment
Comments are now closed for this issue.