mirror of
https://github.com/jbranchaud/til
synced 2026-01-18 06:28:02 +00:00
Fix a typo in the latest til.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The following command can be used to reverse the order of all lines in a
|
The following command can be used to reverse the order of all lines in a
|
||||||
file by doing a global move on all lines that match the beginning of line
|
file by doing a global move on all lines that match the beginning of line
|
||||||
character starting at the theoretically 0th character:
|
character starting at the theoretical 0th character:
|
||||||
|
|
||||||
```
|
```
|
||||||
:g/^/m 0
|
:g/^/m 0
|
||||||
|
|||||||
Reference in New Issue
Block a user