Luke Stephens (hakluke)
c45ffc279c
Update README.md
2020-01-09 23:21:31 +10:00
Luke Stephens (hakluke)
d2490215ea
Merge pull request #102 from KabirKwatra/patch-1
...
Docker and Kubernetes image names and CLI options
2020-01-09 23:18:48 +10:00
Luke Stephens (hakluke)
e3cade322d
Merge pull request #104 from mattn/patch-2
...
Update README.md
2020-01-09 23:18:27 +10:00
Luke Stephens (hakluke)
d30a555ae3
Merge branch 'master' into patch-2
2020-01-09 23:18:15 +10:00
Luke Stephens (hakluke)
a5536610b5
Merge pull request #105 from k-takata/patch-1
...
Add the libcall way
2020-01-09 23:17:24 +10:00
Luke Stephens (hakluke)
8902665c1d
Merge branch 'master' into patch-1
2020-01-09 23:17:15 +10:00
Luke Stephens (hakluke)
382beae0d4
Merge pull request #108 from ligurio/patch-1
...
Add canonical way
2020-01-09 23:15:39 +10:00
Luke Stephens (hakluke)
e9afe471f4
Merge pull request #113 from nkanaev/patch-1
...
the mac terminal way
2020-01-09 23:08:17 +10:00
Sergey Bronnikov
29aa91f80f
Add canonical way
2020-01-09 09:48:23 +03:00
K.Takata
3dd5802910
Add the libcall way
2020-01-09 14:38:52 +09:00
mattn
46a0abb4ac
Update README.md
...
Does not work anymore.
9db2afe46d
2020-01-09 13:58:43 +09:00
Kabir Kwatra
cde043d638
Docker and Kubernetes image names and CLI options
...
Image:
https://hub.docker.com/r/thinca/vim/
`-it` opens vim in container preventing exit command from being issued.
`--rm` kills containers before exit command is issued.
2020-01-08 18:31:48 -08:00
zethexx
98fd0559aa
Merge pull request #1 from zethexx/zethexx-patch-1
...
I will kill vim for you via ssh (Update README.md)
2020-01-09 01:54:12 +00:00
zethexx
5ef6db6010
Update README.md
2020-01-09 01:50:47 +00:00
Justin Clark
2bb51ed60d
Add pure BASH and SSH tips to README
2020-01-08 17:29:56 -08:00
Marcin Szewczyk
78194c1564
add The Mandalorian way
2020-01-09 01:25:01 +01:00
Janice-M
247f0cbba4
spiritual way to exit vim
2020-01-09 03:00:47 +03:00
Marcin Szewczyk
949570f506
add The Rustacean's way
2020-01-08 23:28:45 +01:00
nkanaev
467545356a
the mac terminal way
2020-01-08 22:00:39 +00:00
Henrique A Lavezzo
c4956f157e
mark one as lazy; add other use case
2020-01-08 18:13:04 -03:00
Henrique A Lavezzo
26f8a56480
missing quotes; shame
2020-01-08 17:57:46 -03:00
Henrique A Lavezzo
3e62634f13
add rubist using shell way
2020-01-08 17:51:20 -03:00
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
Ali Vakilzade
b21398269d
Update README.md
2020-01-08 16:22:07 +00: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