Skip to content

Commit

Permalink
minor: Shorten goto file(s) descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Dec 13, 2021
1 parent e91d357 commit b25d453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ impl MappableCommand {
goto_implementation, "Goto implementation",
goto_file_start, "Goto file start/line",
goto_file_end, "Goto file end",
goto_file, "Goto files in the selection",
goto_file_hsplit, "Goto files in the selection in horizontal splits",
goto_file_vsplit, "Goto files in the selection in vertical splits",
goto_file, "Goto files in selection",
goto_file_hsplit, "Goto files in selection (hsplit)",
goto_file_vsplit, "Goto files in selection (vsplit)",
goto_reference, "Goto references",
goto_window_top, "Goto window top",
goto_window_center, "Goto window center",
Expand Down

0 comments on commit b25d453

Please sign in to comment.