Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/commands.rs')
| -rw-r--r-- | helix-term/src/commands.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 4915c28b..df2eade8 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -433,9 +433,9 @@ impl MappableCommand { add_newline_below, "Add newline below", goto_type_definition, "Goto type definition", goto_implementation, "Goto implementation", - goto_file_start, "Goto line number <n> else file start", + goto_file_start, "Goto line number `<n>` else file start", goto_file_end, "Goto file end", - extend_to_file_start, "Extend to line number<n> else file start", + extend_to_file_start, "Extend to line number `<n>` else file start", extend_to_file_end, "Extend to file end", goto_file, "Goto files/URLs in selections", goto_file_hsplit, "Goto files in selections (hsplit)", |