update index (fix indentation)
This commit is contained in:
parent
190821ba56
commit
70b3c166a8
6
index.md
6
index.md
|
@ -191,7 +191,7 @@ width = 40
|
|||
|
||||
## Convert to lowercase
|
||||
|
||||
:%s/.*/\L&/
|
||||
:%s/.*/\L&/
|
||||
|
||||
|
||||
## Join all lines
|
||||
|
@ -214,8 +214,8 @@ Select 3rd column separated by colon (`:`)
|
|||
|
||||
## Insert the sum of a list of numbers after an arbitrary number of lines
|
||||
|
||||
1) mark the first line: `mk`
|
||||
2) mark the last line: `ml`
|
||||
(1) mark the first line: `mk`
|
||||
(2) mark the last line: `ml`
|
||||
|
||||
<pre>
|
||||
:'k,'l!awk 'END{print "<em>total:</em>", i}{i+=$1; print}'
|
||||
|
|
Loading…
Reference in New Issue