mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-04-30 18:57:18 +02:00
Add the real way to do it
This commit is contained in:
parent
d548420d77
commit
3c6842b805
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,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 real way
|
||||
|
||||
```vim
|
||||
:q!
|
||||
```
|
||||
|
||||
## The simple way
|
||||
Credit: @tomnomnom
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue