mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Pluralize 'parenthesis' in the tutorial (#12015)
This commit is contained in:
parent
3fd7ca334e
commit
bc18dc2c0c
@ -1223,7 +1223,7 @@ letters! that is not good grammar. you can fix this.
|
|||||||
to the matching ). You can do the same on the line below: for example
|
to the matching ). You can do the same on the line below: for example
|
||||||
move to ], and press mm to jump to [ .
|
move to ], and press mm to jump to [ .
|
||||||
|
|
||||||
--> you can (jump between matching parenthesis)
|
--> you can (jump between matching parentheses)
|
||||||
--> or between matching [ square brackets ]
|
--> or between matching [ square brackets ]
|
||||||
--> now { you know the drill: this works with brackets too }
|
--> now { you know the drill: this works with brackets too }
|
||||||
|
|
||||||
@ -1238,19 +1238,19 @@ letters! that is not good grammar. you can fix this.
|
|||||||
pair of brackets or other delimiters. In the lines below:
|
pair of brackets or other delimiters. In the lines below:
|
||||||
|
|
||||||
- move to the --> line, put your cursor in normal mode at any
|
- move to the --> line, put your cursor in normal mode at any
|
||||||
location between the parenthesis, for example at 'x', and press
|
location between the parentheses, for example at 'x', and press
|
||||||
mi( or mi) to select the whole content inside the parenthesis
|
mi( or mi) to select the whole content inside the parentheses
|
||||||
(parenthesis excluded). As usual, you can then do anything you want
|
(parentheses excluded). As usual, you can then do anything you want
|
||||||
with the selection (for example, press c to change it)
|
with the selection (for example, press c to change it)
|
||||||
|
|
||||||
--> outside and (inside x parenthesis) - and outside again
|
--> outside and (inside x parentheses) - and outside again
|
||||||
|
|
||||||
Test below that you can do the same with [], or {}, or with
|
Test below that you can do the same with [], or {}, or with
|
||||||
nested combinations of these (this will act on the immediately
|
nested combinations of these (this will act on the immediately
|
||||||
surrounding matching pair). This also works with "" and similar
|
surrounding matching pair). This also works with "" and similar
|
||||||
|
|
||||||
--> test [ with square brackets ] !
|
--> test [ with square brackets ] !
|
||||||
--> try ( with nested [ pairs of ( parenthesis) and "brackets" ])
|
--> try ( with nested [ pairs of ( parentheses) and "brackets" ])
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= 12.3 USING MATCH MODE SELECT AROUND =
|
= 12.3 USING MATCH MODE SELECT AROUND =
|
||||||
@ -1284,7 +1284,7 @@ letters! that is not good grammar. you can fix this.
|
|||||||
move in normal mode the cursor to the start of select, then enter
|
move in normal mode the cursor to the start of select, then enter
|
||||||
selection mode with v , then select the 4 next words with 4e ),
|
selection mode with v , then select the 4 next words with 4e ),
|
||||||
* ii) press ms( or ms) to surround the selection with a pair of
|
* ii) press ms( or ms) to surround the selection with a pair of
|
||||||
parenthesis.
|
parentheses.
|
||||||
|
|
||||||
--> so, select all of this, and surround it with ()
|
--> so, select all of this, and surround it with ()
|
||||||
|
|
||||||
@ -1304,9 +1304,9 @@ letters! that is not good grammar. you can fix this.
|
|||||||
command. On the line below, move the cursor anywhere
|
command. On the line below, move the cursor anywhere
|
||||||
within the pair of (), for example to the 'x', then from there,
|
within the pair of (), for example to the 'x', then from there,
|
||||||
in normal mode, press md( or md) to delete the surrounding
|
in normal mode, press md( or md) to delete the surrounding
|
||||||
pair of parenthesis.
|
pair of parentheses.
|
||||||
|
|
||||||
--> delete (the x pair of parenthesis) from within!
|
--> delete (the x pair of parentheses) from within!
|
||||||
|
|
||||||
You can naturally delete other kinds of surroundings:
|
You can naturally delete other kinds of surroundings:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user