mirror of https://github.com/helix-editor/helix
[text-object/indent] fix: corrected command description
parent
3402f45742
commit
e727650cb0
|
@ -463,10 +463,10 @@ impl MappableCommand {
|
||||||
goto_previous_buffer, "Goto previous buffer",
|
goto_previous_buffer, "Goto previous buffer",
|
||||||
goto_line_end_newline, "Goto newline at line end",
|
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",
|
||||||
goto_indent_start, "Goto start of scope indentaion",
|
goto_indent_start, "Goto start of indent scope",
|
||||||
goto_indent_end, "Goto end of scope indentation",
|
goto_indent_end, "Goto end of indent scope",
|
||||||
extend_to_indent_start, "Extend to start of scope indentation",
|
extend_to_indent_start, "Extend to start of indent scope",
|
||||||
extend_to_indent_end, "Extend to end of scope indentation",
|
extend_to_indent_end, "Extend to end of indent scope",
|
||||||
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",
|
||||||
extend_to_first_nonwhitespace, "Extend to first non-blank in line",
|
extend_to_first_nonwhitespace, "Extend to first non-blank in line",
|
||||||
|
|
Loading…
Reference in New Issue