mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-08 05:31:59 +02:00
Add pure BASH and SSH tips to README
This commit is contained in:
parent
d548420d77
commit
2bb51ed60d
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -378,3 +378,17 @@ Credit: @axelf4
|
||||||
```vim
|
```vim
|
||||||
:echom test_null_list()
|
:echom test_null_list()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## the pure BASH way
|
||||||
|
Credit @u2mejc
|
||||||
|
|
||||||
|
```bash
|
||||||
|
:!kill -9 $PPID
|
||||||
|
```
|
||||||
|
|
||||||
|
## the SSH way
|
||||||
|
Credit @u2mejc
|
||||||
|
|
||||||
|
```
|
||||||
|
~.
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue