mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Say "unindent" instead of "outdent" in tutor (#8623)
This commit is contained in:
parent
99bf62a560
commit
ab266b99e6
@ -794,11 +794,11 @@ lines.
|
||||
= 7.3 INDENTING LINES =
|
||||
=================================================================
|
||||
|
||||
Type > to indent a line and < to outdent it.
|
||||
Type > to indent a line and < to unindent it.
|
||||
|
||||
1. Move the cursor to the line marked '-->' below.
|
||||
2. Move down to the second line and type > to indent it.
|
||||
3. Move to the third line and type < to outdent it.
|
||||
3. Move to the third line and type < to unindent it.
|
||||
|
||||
--> These lines
|
||||
are indented
|
||||
@ -842,7 +842,7 @@ lines.
|
||||
|
||||
* Type J to join lines in selection.
|
||||
|
||||
* Type < and > to indent / outdent lines.
|
||||
* Type > and < to indent / unindent lines.
|
||||
|
||||
* Press Ctrl-a to increment the selected number.
|
||||
* Press Ctrl-x to decrement the selected number.
|
||||
|
Loading…
Reference in New Issue
Block a user