We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cad89 commit 2ef5862Copy full SHA for 2ef5862
doc/keylab.txt
@@ -60,7 +60,7 @@ keylab.setup({opts}) *keylab.setup()*
60
61
Parameters: ~
62
• {opts} Configurable variables are the following:
63
- • LINES: The amount of lines you want the
+ • lines: The amount of lines you want the
64
script to be to measure your speed.
65
• correct_fg: The foreground color for
66
correct text.
@@ -71,7 +71,7 @@ keylab.setup({opts}) *keylab.setup()*
71
72
73
keylab.setup({
74
- LINES = 10,
+ lines = 10,
75
correct_fg = "#B8BB26",
76
wrong_bg = "#FB4934"
77
})
0 commit comments