1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Add a reference for more details to latest til.

This commit is contained in:
jbranchaud
2015-11-11 20:27:59 -06:00
parent 16f9f378a1
commit 405d3bbce5

View File

@@ -17,4 +17,6 @@ the lines 5 to 10 requires being anchored at line 4, like so:
:4,10g/^/m 4
```
See `:h 12.4` for more details on how this works.
[source](http://superuser.com/questions/189947/how-reverse-selected-lines-order-in-vim#)