Compare commits

..

1 Commits

Author SHA1 Message Date
Ruhul Amin Parvez
2b6d5af0fb Merge 67261bfd41 into d63d75bb28 2023-12-11 01:47:51 -07:00

View File

@@ -105,7 +105,7 @@ gu$ make lowercase until end of line
<< indent line one column to left << indent line one column to left
== auto-indent current line == auto-indent current line
ddp swap current line with next ddp swap current line with next
ddkP swap current line with previous ddkp swap current line with previous
:%retab fix spaces / tabs issues in whole file :%retab fix spaces / tabs issues in whole file
:r [name] insert the file [name] below the cursor. :r [name] insert the file [name] below the cursor.
:r !{cmd} execute {cmd} and insert its standard output below the cursor. :r !{cmd} execute {cmd} and insert its standard output below the cursor.