📜  vim 挂起 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:10.808000             🧑  作者: Mango

代码示例2
To unfreeze Vim Press
CTRL + q

This happened because you might have accidentally pressed 
CTRL + s (Software Control Flow)


XOFF/XON representations in ASCII
Code    Meaning                   ASCII  Dec    Hex    Keyboard
XOFF    Pause   transmission   DC3      19    13    CTRL + s
XON        Resume  transmission   DC1      17    11    CTRL + q