mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
Add the newbie way
This commit is contained in:
parent
d548420d77
commit
00e42024ee
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -378,3 +378,20 @@ Credit: @axelf4
|
||||||
```vim
|
```vim
|
||||||
:echom test_null_list()
|
:echom test_null_list()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The ambushed newbie way
|
||||||
|
```
|
||||||
|
git commit
|
||||||
|
```
|
||||||
|
|
||||||
|
???
|
||||||
|
```
|
||||||
|
^x ^x ^x ^d ^c afawfuhi WHAT IS GOING ON faffae ^x
|
||||||
|
```
|
||||||
|
|
||||||
|
In Google:
|
||||||
|
```
|
||||||
|
"what is default text editor for git?" | "How to exit vim"
|
||||||
|
```
|
||||||
|
|
||||||
|
Click the Github link and copy paste any command at random into your terminal. Voila!
|
Loading…
Add table
Add a link
Reference in a new issue