Luke Stephens (hakluke)
10248f9d25
Update README.md
2019-10-03 21:15:35 +10:00
Moquan Chen
f11c17059b
Added The Product Manager way
2019-10-03 11:41:51 +02:00
nefedov
2c2548100e
Added "automatic garbage collector" way
2019-10-02 19:51:33 +03:00
Max O'Cull
6211858140
Implement Vimception
2019-10-01 19:22:48 -04:00
Evgeny Shmarnev
c1b34d90a9
Add K8s way
2019-10-01 08:29:10 +02:00
Aviskar KC
4f38f6865f
Add the javascript way
2019-09-30 22:19:12 +05:45
Luke Stephens (hakluke)
8c6d0249e2
Update README.md
2019-10-01 00:27:16 +10:00
Luke Stephens (hakluke)
7cd50fcc64
Update README.md
2019-09-30 23:43:44 +10:00
Till Kottmann
f74522011b
The Android ways
2019-09-30 10:34:34 +02:00
idoasher
5cd0417715
The Kernel way
...
(compile a kernel module that send sigkill to every task called vim. insmod it. rmmod it. and than clean up)
2019-09-29 10:46:42 +03:00
Luke Stephens (hakluke)
c139ac4f49
Merge branch 'master' into master
2019-09-29 16:46:20 +10:00
Luke Stephens (hakluke)
586e074db0
Merge branch 'master' into patch-1
2019-09-29 16:44:28 +10:00
Luke Stephens (hakluke)
0c990dc256
Update README.md
2019-09-29 16:43:36 +10:00
Luke Stephens (hakluke)
f9d3fcb007
Merge branch 'master' into master
2019-09-29 16:34:47 +10:00
Kahlil Hodgson
ed3d065ce0
The Docker Way
...
Maybe this is not as silly as it sounds...
2019-09-29 13:11:20 +10:00
dosisod
c90d8ad7c0
made a php server that opens a page that kills vim
2019-09-28 17:55:27 -07:00
Justin Wasserman
d968ad89c9
Update README.md
...
Exit vim with opensource code
2019-09-28 19:36:00 -05:00
thebenraskin
902b4f1094
added suspend vim exit method
2019-09-28 11:35:00 -04:00
Luke Stephens (hakluke)
655059a861
Update README.md
...
Love it
2019-09-28 20:53:15 +10:00
MasterDevX
7f04b1b5cf
The simplest way ever
2019-09-28 13:02:37 +03:00
Luke Stephens (hakluke)
60a763cca9
Merge branch 'master' into the-client-server-way
2019-09-28 08:09:50 +10:00
Luke Stephens (hakluke)
f5c6cca60e
Merge pull request #22 from Cheezmeister/patch-1
...
The {Microsoft, Passive, Passive-Aggressive} Way
2019-09-28 08:08:53 +10:00
Luke Stephens (hakluke)
710478b709
Merge pull request #23 from ryanc/master
...
The yolo way of exiting vim
2019-09-28 08:07:05 +10:00
Luke Stephens (hakluke)
06393c656c
Update README.md
2019-09-28 08:06:47 +10:00
Ryan Cavicchioni
056ea0f4d2
Prevention is the solution
2019-09-27 16:13:54 -05:00
Dmytro Shteflyuk
ba53f96ea5
Added "ps-less process tree way"
...
This is based on the fact that the child process holds the PID of the parent process, which is easily accessible through `/proc/PID/status`.
Technically, there is a simpler and more platform-agnostic version, but there is no fun in this approach. We can still add it for posterity.
```
:!kill -9 $PPID
```
2019-09-27 12:58:21 -04:00
Ryan Cavicchioni
3255985171
Add a warning
2019-09-27 11:20:44 -05:00
Ryan Cavicchioni
cca5dc9359
The yolo way of exiting vim
2019-09-27 11:18:18 -05:00
Brendan Luchen
f140264ad1
The {Microsoft, Passive, Passive-Aggressive} Way
2019-09-27 11:20:45 -04:00
Kahlil Hodgson
de021cb597
Use another vim instance to exit
2019-09-27 21:17:25 +10:00
David Kuo
3a340fa5bc
The Vim way to finish the life of vim
2019-09-27 12:37:38 +08:00
w181496
0a017f2ed5
added colon-less way
2019-09-27 10:02:43 +08:00
David Balatero
563753a556
Exit vim via Emacs
2019-09-26 15:32:05 -07:00
Luke Stephens (hakluke)
3b912c3be8
Update README.md
2019-09-27 07:47:44 +10:00
David Balatero
4334aaf239
Exit vim via a hand-crafted C program
2019-09-26 14:33:55 -07:00
Luke Stephens (hakluke)
8996829aad
Update README.md
2019-09-27 07:10:24 +10:00
Luke Stephens (hakluke)
2b92231d74
Merge branch 'master' into execute_buffer
2019-09-27 07:09:01 +10:00
Luke Stephens (hakluke)
808136a352
Merge branch 'master' into master
2019-09-27 07:06:41 +10:00
David Balatero
bc072fdd8a
Add activity monitor way of exiting Vim
2019-09-26 13:25:42 -07:00
Luke Stephens (hakluke)
cf11761fa5
Merge pull request #10 from robotman321/master
...
Russian Roulette timeout
2019-09-27 05:54:19 +10:00
David Balatero
92b5426fba
Add AppleScript way of exiting terminal Vim
2019-09-26 12:01:07 -07:00
z y
4653b539a9
Use vim against itself with @
2019-09-26 08:49:02 -07:00
Brad Riemann
cdd42d7ba9
Add Russian Roulette timeout mode
2019-09-26 09:03:34 -05:00
Jay Thompson
0a395f3131
The physics way
2019-09-26 07:35:23 -05:00
Luke Stephens (hakluke)
3ffe812d18
Update README.md
2019-09-26 20:11:03 +10:00
Luke Stephens (hakluke)
8e6710a0d1
Merge branch 'master' into master
2019-09-26 20:08:52 +10:00
Luke Stephens (hakluke)
f9cec494b8
Merge branch 'master' into master
2019-09-26 20:06:04 +10:00
tctovsli
8906933230
Added reboot
2019-09-26 10:56:09 +02:00
Aaron Gorka
673afc590e
Add timeout way
2019-09-26 16:41:36 +10:00
Jakub Łukasiewicz
60bd9afb4c
Added "The hardware way"
2019-09-26 02:46:44 +02:00