Skip to content

Commit 20b631a

Browse files
authored
Update README.md
1 parent 2e3676d commit 20b631a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,35 @@ 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-
### Statistics
62+
<h3> Statistics </h3>
6363

6464
<div>
65-
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/stats.png" width=600 align="left"/>
66-
<p align="left">
65+
<img src="https://github.com/BooleanCube/keylab.nvim/blob/main/doc/stats.png" width=600/>
66+
<p>
6767
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>
6868
<i>These statistics will be measured for quality of usage and the measured data can be reset very easily using <code>:KeylabClearPerf</code></i>
6969
</p>
70-
<p align = "left">
70+
<p>
7171
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>
7272
<i>The excerpted script won't necessarily be the same.</i>
7373
</p>
7474
</div>
7575

76+
77+
78+
79+
7680
## Setup
7781
### Prerequisites
7882
<p>

0 commit comments

Comments
 (0)