mirror of https://github.com/helix-editor/helix
rename description for `goto_line_end_newline`
parent
7468fa28fd
commit
1f72d34249
|
@ -311,7 +311,7 @@ impl MappableCommand {
|
||||||
goto_line_end, "Goto line end",
|
goto_line_end, "Goto line end",
|
||||||
goto_next_buffer, "Goto next buffer",
|
goto_next_buffer, "Goto next buffer",
|
||||||
goto_previous_buffer, "Goto previous 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",
|
goto_first_nonwhitespace, "Goto first non-blank in line",
|
||||||
trim_selections, "Trim whitespace from selections",
|
trim_selections, "Trim whitespace from selections",
|
||||||
extend_to_line_start, "Extend to line start",
|
extend_to_line_start, "Extend to line start",
|
||||||
|
|
Loading…
Reference in New Issue