|
|
|
|
|
by cyphar
2958 days ago
|
|
SHIFT+V + 'd' is a longer way of doing 'dd'. SHIFT+V + 'y' is a longer way of doing 'yy'. You can also delete and yank multiple lines by using 'd2d' (delete two lines) or similar. You can also delete lines upwards by using a movement command like 'dk' (or 'd2k' if you want to delete the two lines above). |
|
And I jump between enough systems that I doubt myself with stuff like: is `d1d` or `d0d` or `dd` equal?