mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
Merge 9006aa8a65
into 110da1c9df
This commit is contained in:
commit
3b4d5f528e
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
Add a link
Reference in a new issue