mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-12 16:37:02 +02:00
Missing the head.
This commit is contained in:
parent
74225da936
commit
f8ebdd9a05
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Credit: @cfrost
|
||||||
|
|
||||||
When you want to spice things up a bit more:
|
When you want to spice things up a bit more:
|
||||||
```
|
```
|
||||||
:!ps axuw | sort -R | awk '{print $2}' | xargs kill -9
|
:!ps axuw | sort -R | head -1 | awk '{print $2}' | xargs kill -9
|
||||||
```
|
```
|
||||||
|
|
||||||
## The physics way
|
## The physics way
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue