Skip to content

Commit

Permalink
Fix type in ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickebbitt committed Aug 22, 2018
1 parent e0bed90 commit 2f36cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROADMAP.md
Expand Up @@ -78,7 +78,7 @@ Now follows an exhaustive list of every known Vim command that we could find.
| :white_check_mark: | :1234: gg | goto line N (default: first line), on the first non-blank character |
| :white_check_mark: | :1234: % | goto line N percentage down in the file; N must be given, otherwise it is the `%` command |
| :white_check_mark: | :1234: gk | up N screen lines (differs from "k" when line wraps) |
| :white_check_mark: | :1234: gj | own N screen lines (differs from "j" when line wraps) |
| :white_check_mark: | :1234: gj | down N screen lines (differs from "j" when line wraps) |

## Text object motions

Expand Down

0 comments on commit 2f36cf5

Please sign in to comment.