Commit graph

220 commits

Author SHA1 Message Date
Marc Brooks
e835634d7d
Add the astronomer's method
It's all about randomness
2020-01-08 14:48:07 -06:00
Don Koch
d011583261 The Passive-Aggressive Abstinence Method
Also fixed typo.
2020-01-08 15:25:45 -05:00
Penelope Phippen
95d7f64b52
Update README.md 2020-01-08 13:50:54 -05:00
Nikolay Samokhvalov
d1f29f0527
"criteria" is plural form of "criterion" 2020-01-08 08:52:43 -08:00
cfrost
f8ebdd9a05
Missing the head. 2020-01-08 16:31:59 +01:00
Artur Neumann
5266389ff3
single letter typo fix
I think the plural is criteria https://www.dictionary.com/browse/criterion?s=t
And here the plural is used
2020-01-08 20:34:57 +05:45
jeli
ad897db2f3 Entry level SWE way 2020-01-08 09:49:54 -05:00
Ivan
6097c0cbf7
The Scrum manager way 2020-01-08 08:53:59 -05:00
Mikula Beutl
b86a9d0ff0
Update README.md 2020-01-08 14:31:31 +01:00
Dan Feldman
e94899c443
The Vagrant way
The Vagrant way
2020-01-08 14:31:40 +02:00
Praveen Kumar
bf34230c8f
Added few more crazy ways. 2020-01-08 12:20:27 +00:00
Dan Feldman
bdad186158
The Matrix way
The Matrix way
2020-01-08 14:20:07 +02:00
Dan Feldman
87056c34c6
The customer success way
The customer success way
2020-01-08 14:17:20 +02:00
Jimmy Liao
b5c4653bcd Add touch bar way 2020-01-08 17:10:33 +08:00
An Phan
525801fc42 feat: Jeffrey Way is _the_ way 2020-01-08 09:29:26 +01:00
cfrost
74225da936
The real Russian Roulette way 2020-01-08 09:29:11 +01:00
Alexander Soare
00e42024ee Add the newbie way 2020-01-08 09:18:05 +01:00
William Chargin
8fd36fee34 Add the consonant cluster way
I came up with this a few years ago. It's my favorite esoteric way to
exit Vim simply because of its cryptic aesthetic.

Explanation: `qqq` clears register `q` (by recording an empty macro into
it), then `qq` starts recording a macro into register `q`. `ZZ` saves
and closes the current file. `@q` executes the macro in `q`, which is
currently empty thanks to our initial `qqq`. `q` stops recording the
macro. Then, `@q` executes the macro in `q`. When it gets to `@q`, it
recursively executes itself, so in effect it repeatedly executes `ZZ`
until Vim quits.

This of course doesn't work if some buffers can't be saved (e.g., they
have no names), but that's just part of the fun!

wchargin-branch: consonant-cluster
2020-01-07 23:47:24 -08:00
Luke Stephens (hakluke)
d548420d77
Merge pull request #56 from axelf4/method-test_null_list
Add method (ab)using test_null_list()
2020-01-03 07:49:17 +10:00
Axel Forsman
090c4032b0 Add method (ab)using test_null_list()
Get Vim to try to convert a null value to a string in order to echo it.
2020-01-02 22:32:47 +01:00
Luke Stephens (hakluke)
1e6ece31b5
Merge pull request #52 from serjepatoff/master
The debugger way
2019-11-10 17:49:39 +10:00
Luke Stephens (hakluke)
56edea5bfd
Merge pull request #55 from talentlessguy/patch-1
Highlight code
2019-11-04 22:35:42 +10:00
v 1 r t l
63dedf06d8
Update README.md 2019-11-04 13:56:19 +03:00
Benny Baumann
7c39064e6c Add the mathematician's way 2019-10-21 19:21:35 +02:00
serjepatoff
7caa68c9cb
The debugger way 2019-10-16 13:34:43 +03:00
serjepatoff
cf9185a1df
The debugger way 2019-10-16 13:33:09 +03:00
Luke Stephens (hakluke)
1bd0f7c5cc
Merge pull request #51 from johnoct/master
Add The Intern way
2019-10-15 11:47:03 +10:00
john
cc2b47f47a
Update README.md 2019-10-13 14:54:35 -04:00
Luke Stephens (hakluke)
177db8210c
Merge pull request #48 from SanskritFritz/patch-1
Added alternative method to The tmux way
2019-10-09 23:35:08 +10:00
SanskritFritz
ae39c13a46
Added alternative method to The tmux way 2019-10-09 11:53:02 +02:00
Luke Stephens (hakluke)
fab7372d50
Merge pull request #47 from vcoutasso/tmux-way
Added the tmux way
2019-10-08 11:21:40 +10:00
Vinícius Couto
71477630c5 Ctrl+B instead of <C-B> for improved readability 2019-10-06 01:27:56 -03:00
Vinícius Couto
b7128660e7 The tmux way 2019-10-05 12:47:19 -03:00
Luke Stephens (hakluke)
ed89e00e4e
Merge pull request #43 from mqchen/patch-1
Added The Product Manager way
2019-10-03 21:15:56 +10:00
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
Luke Stephens (hakluke)
929fd07b38
Merge pull request #42 from artem-nefedov/master
Added "automatic garbage collector" way
2019-10-03 08:10:02 +10:00
nefedov
2c2548100e Added "automatic garbage collector" way 2019-10-02 19:51:33 +03:00
Luke Stephens (hakluke)
a938a27524
Merge pull request #40 from Maxattax97/master
Implement Vimception
2019-10-02 13:39:27 +10:00
Max O'Cull
6211858140
Implement Vimception 2019-10-01 19:22:48 -04:00
Luke Stephens (hakluke)
ec99bcddd5
Merge pull request #38 from Evalle/k8s-way
Add K8s way
2019-10-01 20:50:43 +10:00
Evgeny Shmarnev
c1b34d90a9 Add K8s way 2019-10-01 08:29:10 +02:00
Luke Stephens (hakluke)
a2d47840b1
Merge pull request #35 from aviskarkc10/master
Add the javascript way
2019-10-01 02:47:27 +10: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
Luke Stephens (hakluke)
5e80ff9323
Merge pull request #34 from deletescape/patch-1
The Android ways
2019-09-30 22:59:16 +10:00
Till Kottmann
f74522011b
The Android ways 2019-09-30 10:34:34 +02:00
Luke Stephens (hakluke)
e9e429988d
Merge pull request #31 from idoasher/patch-1
The Kernel way
2019-09-29 20:15:08 +10: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