Compare commits

..

1 Commits

Author SHA1 Message Date
Artem
5d2553a627 Merge 7aad80f9d6 into 8557d4f3d8 2023-09-27 19:15:57 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ width="" <!-- Describes the width of th
<!-- Some other useful tags --> <!-- Some other useful tags -->
<canvas></canvas> <!-- Allows to draw 2D shapes on the web page with the help of javascript --> <canvas></canvas> <!-- Allows to draw 2D shapes on the web page with the help of javascript -->
<keygen> <!-- Represents a control for generating a public-private key pair -->
<map></map> <!-- Specifies an image map --> <map></map> <!-- Specifies an image map -->
<!-- Collective Character Obejcts --> <!-- Collective Character Obejcts -->

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.