[text-object/indent] fix: corrected command description

pull/14004/head
ktunprasert 2025-07-19 15:08:13 +01:00
parent 3402f45742
commit e727650cb0
1 changed files with 4 additions and 4 deletions

View File

@ -463,10 +463,10 @@ impl MappableCommand {
goto_previous_buffer, "Goto previous buffer",
goto_line_end_newline, "Goto newline at line end",
goto_first_nonwhitespace, "Goto first non-blank in line",
goto_indent_start, "Goto start of scope indentaion",
goto_indent_end, "Goto end of scope indentation",
extend_to_indent_start, "Extend to start of scope indentation",
extend_to_indent_end, "Extend to end of scope indentation",
goto_indent_start, "Goto start of indent scope",
goto_indent_end, "Goto end of indent scope",
extend_to_indent_start, "Extend to start of indent scope",
extend_to_indent_end, "Extend to end of indent scope",
trim_selections, "Trim whitespace from selections",
extend_to_line_start, "Extend to line start",
extend_to_first_nonwhitespace, "Extend to first non-blank in line",