mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 11:46:16 +02:00
Update README.md
This commit is contained in:
parent
30077d63c5
commit
9006aa8a65
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue