This commit is contained in:
Hizenberg469
2025-04-18 13:11:15 +05:30
parent 73dbbff413
commit a9a99dbc9e
2 changed files with 12 additions and 11 deletions

View File

@@ -62,10 +62,10 @@ Normal mode commands:
d$: To delete from current position of cursor to the end of
the line.
d0: To delete from current position to the first letter of the
current line the cursor is present.
D: Equivalent of of what d$
current line the cursor is present.
D: Equivalent of of what d$
dd: To delete the current line entirely no matter where the cursor
is present currently on that same line.
is present currently on that same line.
<number>dd: To delete the 3 lines below from current line where
the cursor is present.
@@ -77,6 +77,13 @@ Normal mode commands:
<number>dw: delete-word command to be executed <number> numbers of times.
For ex:
3w = Repeat word motion 3 times.
d3w = Delete the 3w motion.
2d3w = Delete the 3w motion 2 times.
Line mode:
-> for navigating using line mode: