📜  如何退出 git bash 编辑器 - Shell-Bash 代码示例

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

代码示例1
On Windows GIT Bash Ctrl + X would do nothing and found out it works quite like 
vi/vim. Press i to enter inline insert mode. Type the description at the very 
top, press esc to exit insert mode, then type :x! (now the cursor is at the 
bottom) and hit enter to save and exit.