Blame


1 932f1a91 2019-04-15 git <h1>Suggest your vi and/or ex commands</h1>
2 932f1a91 2019-04-15 git
3 932f1a91 2019-04-15 git <p>you can not do without beyond the basics.</p>
4 932f1a91 2019-04-15 git
5 932f1a91 2019-04-15 git <form
6 932f1a91 2019-04-15 git class="w-100"
7 932f1a91 2019-04-15 git method="post"
8 932f1a91 2019-04-15 git action="https://high5.nl/service/form_parse.php">
9 932f1a91 2019-04-15 git
10 932f1a91 2019-04-15 git <input type="hidden" name="form_auth" value="2cc442b1de6527bda6e76d3d8bac6b3c">
11 932f1a91 2019-04-15 git <input type="hidden" name="form_receiver" value="contact;high5.nl">
12 932f1a91 2019-04-15 git <input type="hidden" name="form_subject" value="Why vi rocks suggestion">
13 932f1a91 2019-04-15 git <input type="hidden" name="form_pre_message" value="Command I can not do without">
14 932f1a91 2019-04-15 git <input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
15 932f1a91 2019-04-15 git <input type="hidden" name="form_fields" value="name, message">
16 932f1a91 2019-04-15 git <input type="hidden" name="form_additional_fields" value="name, credit, command, message">
17 932f1a91 2019-04-15 git
18 932f1a91 2019-04-15 git <label for="name">Type-in your name *</label>
19 932f1a91 2019-04-15 git <input
20 932f1a91 2019-04-15 git class="db outline mb2 ba pa2 w-100" id="name"
21 932f1a91 2019-04-15 git type="text"
22 932f1a91 2019-04-15 git name="name"
23 932f1a91 2019-04-15 git required="required"
24 932f1a91 2019-04-15 git placeholder="Alice">
25 932f1a91 2019-04-15 git
26 932f1a91 2019-04-15 git <label for="credit">for my commit credit use *</label>
27 932f1a91 2019-04-15 git <input
28 932f1a91 2019-04-15 git class="db outline mb2 ba pa2 w-100" id="email"
29 932f1a91 2019-04-15 git type="text"
30 932f1a91 2019-04-15 git name="credit"
31 932f1a91 2019-04-15 git required="required"
32 932f1a91 2019-04-15 git placeholder="Twitter / Mastodon ...">
33 932f1a91 2019-04-15 git
34 932f1a91 2019-04-15 git <label for="command">the vi / ex command *</label>
35 932f1a91 2019-04-15 git <input
36 932f1a91 2019-04-15 git class="db outline mb2 ba pa2 w-100" id="command"
37 932f1a91 2019-04-15 git type="text"
38 932f1a91 2019-04-15 git name="command"
39 932f1a91 2019-04-15 git required="required"
40 932f1a91 2019-04-15 git placeholder=":%!sort">
41 932f1a91 2019-04-15 git
42 932f1a91 2019-04-15 git <label for="message">description *</label>
43 932f1a91 2019-04-15 git <textarea
44 932f1a91 2019-04-15 git class="db outline mb2 ba pa2 w-100"
45 932f1a91 2019-04-15 git id="message"
46 932f1a91 2019-04-15 git name="message"
47 932f1a91 2019-04-15 git required="required"
48 932f1a91 2019-04-15 git rows="10">This command does
49 932f1a91 2019-04-15 git
50 932f1a91 2019-04-15 git </textarea>
51 932f1a91 2019-04-15 git
52 932f1a91 2019-04-15 git <input
53 932f1a91 2019-04-15 git class="db outline mb2 b ba bg-yell b--yell black ph3 pv2 w-50 mt2"
54 932f1a91 2019-04-15 git type="submit"
55 932f1a91 2019-04-15 git value="Suggest it">
56 932f1a91 2019-04-15 git
57 932f1a91 2019-04-15 git </form>