Update README.md

This commit is contained in:
Akshit Chilkoti 2023-06-23 21:29:48 +05:30 committed by GitHub
parent 30077d63c5
commit 9006aa8a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,12 @@
Below are some simple methods for exiting vim.
For real vim (and hacking) tips, follow [hakluke](https://twitter.com/hakluke) and [tomnomnom](https://twitter.com/tomnomnom) on twitter.
## The simplest way
Credit: @akshit-chilkoti
```vim
:wq
```
## The simple way
Credit: @tomnomnom