-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathdevelopment.html
53 lines (45 loc) · 1.79 KB
/
development.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8' />
<title>Open Vim</title>
<link rel="stylesheet" type="text/css" href="css/development.css?version={VERSION}" />
</head>
<body>
<div class="header">
<h1>Open Vim</h1>
<h3>Collection of Vim learning tools</h3>
</div>
<div class="cloud">
<div>
<a href="tests.html">Testing</a>
<p>Supported commands verified by running against Vim engine</p>
</div>
<div>
<a href="https://github.com/egaga/openvim">Source code</a>
<p><span class="emphasize">MIT</span> licensed source code in GitHub. Written in html5/css3/<span class="emphasize">javascript</span></p>
</div>
</div>
<div class="bottom">
<div class="personal">
<table>
<tr><td class="copyright">Copyright</td><td><a href="https://egaga.fi">Henrik Huttunen</a></td></tr>
<tr><td class="contact">Contact</td><td><a href="mailto:[email protected]">[email protected]</a></td></tr>
<tr><td class="support">I work at</td><td><a href="https://www.evident.fi">Evident Solutions</a></td></tr>
</table>
</div>
<div class="ideas">
<h3>Ideas to be realized</h3>
<ul>
<li>Solver/competition: given initial text and result text, what is the minimal command combination</li>
<li>Statistics for used commands</li>
<li>Browser extension, attaching Vim to textarea</li>
<li>Vim hero: complete vim-tasks as quickly as possible</li>
<li>Documentation on the web; partly executable</li>
<li>Vim tasks: column based tasklist like https://www.trello.com but with vim commands</li>
<li>Vim tetris, movement is faster using powerful commands</li>
</ul>
</div>
</div>
</body>
</html>