Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/generated/static-cmd.md')
| -rw-r--r-- | book/src/generated/static-cmd.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index 1b347290..c4fab8bc 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -130,9 +130,9 @@ | `add_newline_below` | Add newline below | normal: `` ]<space> ``, select: `` ]<space> `` | | `goto_type_definition` | Goto type definition | normal: `` gy ``, select: `` gy `` | | `goto_implementation` | Goto implementation | normal: `` gi ``, select: `` gi `` | -| `goto_file_start` | Goto line number <n> else file start | normal: `` gg `` | +| `goto_file_start` | Goto line number `<n>` else file start | normal: `` gg `` | | `goto_file_end` | Goto file end | | -| `extend_to_file_start` | Extend to line number<n> else file start | select: `` gg `` | +| `extend_to_file_start` | Extend to line number `<n>` else file start | select: `` gg `` | | `extend_to_file_end` | Extend to file end | | | `goto_file` | Goto files/URLs in selections | normal: `` gf ``, select: `` gf `` | | `goto_file_hsplit` | Goto files in selections (hsplit) | normal: `` <C-w>f ``, `` <space>wf ``, select: `` <C-w>f ``, `` <space>wf `` | |