Skip to content

Commit

Permalink
rename description for goto_line_end_newline
Browse files Browse the repository at this point in the history
  • Loading branch information
asvln authored and Frederik Vestre committed Feb 6, 2023
1 parent a774d25 commit a1229cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ impl MappableCommand {
goto_line_end, "Goto line end",
goto_next_buffer, "Goto next buffer",
goto_previous_buffer, "Goto previous buffer",
goto_line_end_newline, "Goto line end (newline)",
goto_line_end_newline, "Goto newline at line end",
goto_first_nonwhitespace, "Goto first non-blank in line",
trim_selections, "Trim whitespace from selections",
extend_to_line_start, "Extend to line start",
Expand Down

0 comments on commit a1229cc

Please sign in to comment.