Answers for "how to get out of git bash editor"

2

how to get out of git bash editor

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.
Posted by: Guest on December-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language