Skip to content

Commit 8ce1f88

Browse files
https://github.com/jordansissel/keynav/pull/52
Three typos plus minor change in table design
1 parent 361e72a commit 8ce1f88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keynav.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set).
3434
The default configuration can be found in the L<DEFAULT CONFIGURATION> section.
3535

3636
'#' will delimit comments. The configuration consists mostly of binding keys
37-
to keynav commands. The following to commands must appear on lines by
37+
to keynav commands. The following two commands must appear on lines by
3838
themselves, not as key bindings.
3939

4040
=over
@@ -187,7 +187,7 @@ A visual might help. With 'grid 3x3' the following is used with cell-select:
187187
| 1x3 | 2x3 | 3x3 |
188188
| 7 | 8 | 9 |
189189
| | | |
190-
|----------------------------------------------|
190+
+----------------------------------------------+
191191

192192
=back
193193

@@ -305,7 +305,7 @@ This will cut and keep 75% of the window's height. That is, if the window is
305305

306306
=item B<move-left> 1
307307

308-
The '1' here maeans 100% of the width. This will move the window to the left by
308+
The '1' here means 100% of the width. This will move the window to the left by
309309
the full width of the window.
310310

311311
=item B<move-down> 100
@@ -319,7 +319,7 @@ The '100' here means 100 pixels. This will move the window down by 100 pixels.
319319
When moving the keynav window around, the window will not go outside of the
320320
screen boundaries. One exception is for multiple displays: a movement outside
321321
of the current screen can move the keynav window to the next screen if keynav
322-
things it's the right thing to do.
322+
thinks it's the right thing to do.
323323

324324
If a move would take you beyond the screen borders, then the window will stop moving
325325
at the edge.

0 commit comments

Comments
 (0)