mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +02:00
Merge 3c6842b805
into 45379acada
This commit is contained in:
commit
a2788039ab
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