Shell/Bash: how to get out of git bash editor Example
Shell/Bash Example: This is the "how to get out of git bash editor" Example. compiled from many sources on the internet by SimpleTutorials.org
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.
* Summary: This "how to get out of git bash editor" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!