Skip to content

Commit b8b0e67

Browse files
committed
2 parents 2ef5862 + 20b631a commit b8b0e67

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,37 +48,34 @@ My biggest improvements were: being able to locate and press weird keys (like ">
4848

4949
## Stages
5050

51-
### Typing
51+
<h3> Typing </h3>
5252

5353
<div>
54-
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/typing.png" width=600/ align="left">
54+
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/typing.png" width=600/>
5555

56-
<p align="left">
56+
<p>
5757
To start a session, you can use <code>:KeylabStart</code> or use the preferred keybinding you used in your nvim configuration setup. <br>
5858
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.
5959
</p>
6060
</div>
6161

62-
<br><br><br><br><br><br><br><br>
63-
<br><br><br><br><br><br><br><br>
64-
<br><br>
65-
66-
### Statistics
62+
<h3> Statistics </h3>
6763

6864
<div>
69-
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/stats.png" width=600 align="left"/>
70-
<p align="left">
65+
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/stats.png" width=600/>
66+
<p>
7167
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>
7268
<i>These statistics will be measured for quality of usage and the measured data can be reset very easily using <code>:KeylabClearPerf</code></i>
7369
</p>
74-
<p align = "left">
70+
<p>
7571
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>
7672
<i>The excerpted script won't necessarily be the same.</i>
7773
</p>
7874
</div>
7975

80-
<br><br><br><br><br><br><br><br>
81-
<br><br><br><br><br><br>
76+
77+
78+
8279

8380
## Setup
8481
### Prerequisites

0 commit comments

Comments
 (0)