Fix description in 🔢 % command (#2595)

This commit is contained in:
范鼎 2018-05-03 15:50:24 +08:00 committed by Jason Poon
parent 71f41af8af
commit 831e470c78

View File

@ -77,7 +77,7 @@ Status | Command | Description
:white_check_mark: | :1234: _ | down N-1 lines, on the first non-blank character
:white_check_mark: | :1234: G | goto line N (default: last line), on the first non-blank character
: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: % | 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)