This commit is contained in:
Akshit Chilkoti 2024-06-21 13:50:27 +02:00 committed by GitHub
commit 3b4d5f528e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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