nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1--- a/helix-term/src/commands.rs
2+++ b/helix-term/src/commands.rs
3@@ -424,9 +424,9 @@ impl MappableCommand {
4 add_newline_below, "Add newline below",
5 goto_type_definition, "Goto type definition",
6 goto_implementation, "Goto implementation",
7- goto_file_start, "Goto line number <n> else file start",
8+ goto_file_start, "Goto line number <n> else file start",
9 goto_file_end, "Goto file end",
10- extend_to_file_start, "Extend to line number<n> else file start",
11+ extend_to_file_start, "Extend to line number <n> else file start",
12 extend_to_file_end, "Extend to file end",
13 goto_file, "Goto files/URLs in selections",
14 goto_file_hsplit, "Goto files in selections (hsplit)",