Skip to content

Commit 33cad89

Browse files
authored
Update README.md
1 parent 30f9faf commit 33cad89

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

README.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,36 @@ My biggest improvements were: being able to locate and press weird keys (like ">
4949
## Stages
5050

5151
### Typing
52-
<p>
53-
To start a session, you can use <code>:KeylabStart</code> or use the preferred keybinding you used in your nvim configuration setup. <br>
54-
This will open up a script window (script excerpt) and a blank window (typing playground). The goal is to copy the script into the blank window as fast as possible. Your typing speed will be measured and recorded for you.
55-
</p>
52+
53+
<div>
54+
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/typing.png" width=600/ align="left">
55+
56+
<p align="left">
57+
To start a session, you can use <code>:KeylabStart</code> or use the preferred keybinding you used in your nvim configuration setup. <br>
58+
This will open up a script window (script excerpt) and a blank window (typing playground). The goal is to copy the script into the blank window as fast as possible. Your typing speed will be measured and recorded for you.
59+
</p>
60+
</div>
61+
62+
<br><br><br><br><br><br><br><br>
63+
<br><br><br><br><br><br><br><br>
64+
<br><br>
5665

5766
### Statistics
58-
<p>
59-
After you finish copying the excerpted script into the <code>typing playground window</code>, the windows will close an open a separate individual window with the measured statistics of your performance of the current session. <br>
60-
<i>These statistics will be measured for quality of usage and the measured data can be reset very easily using <code>:KeylabClearPerf</code></i>
61-
</p>
62-
<p>
63-
Press <code>q</code> to quit the current keylab session and <code>CR</code> to start a new session with the same buffer of the excerpted script. <br>
64-
<i>The excerpted script won't necessarily be the same.</i>
65-
</p>
67+
68+
<div>
69+
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/stats.png" width=600 align="left"/>
70+
<p align="left">
71+
After you finish copying the excerpted script into the <code>typing playground window</code>, the windows will close an open a separate individual window with the measured statistics of your performance of the current session. <br>
72+
<i>These statistics will be measured for quality of usage and the measured data can be reset very easily using <code>:KeylabClearPerf</code></i>
73+
</p>
74+
<p align = "left">
75+
Press <code>q</code> to quit the current keylab session and <code>CR</code> to start a new session with the same buffer of the excerpted script. <br>
76+
<i>The excerpted script won't necessarily be the same.</i>
77+
</p>
78+
</div>
79+
80+
<br><br><br><br><br><br><br><br>
81+
<br><br><br><br><br><br>
6682

6783
## Setup
6884
### Prerequisites

0 commit comments

Comments
 (0)