mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Merge d8eedcfe3b
into 110da1c9df
This commit is contained in:
commit
c100a573dc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ For real vim (and hacking) tips, follow [hakluke](https://twitter.com/hakluke) a
|
||||||
Credit: @tomnomnom
|
Credit: @tomnomnom
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9
|
:!ps axuw | grep vi[m] | awk '{print $2}' | xargs kill -9
|
||||||
```
|
```
|
||||||
### Video tutorial:
|
### Video tutorial:
|
||||||
[](http://www.youtube.com/watch?v=xteTjU8GNMc "tomnomnom")
|
[](http://www.youtube.com/watch?v=xteTjU8GNMc "tomnomnom")
|
||||||
|
|
Loading…
Add table
Reference in a new issue