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

@@ -7,8 +7,8 @@ one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen one two three four five six seven eight nine ten eleven twelve thirteen
@@ -18,12 +18,6 @@ one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen
one two three four five six seven eight nine ten eleven twelve thirteen
Far far away, behind the wild mountains, far from the countries Vokalia and Far far away, behind the wild mountains, far from the countries Vokalia and
Consonantia, there live the blind texts. Separated they live in Bookmarksgrove Consonantia, there live the blind texts. Separated they live in Bookmarksgrove

View File

@@ -62,10 +62,10 @@ Normal mode commands:
d$: To delete from current position of cursor to the end of d$: To delete from current position of cursor to the end of
the line. the line.
d0: To delete from current position to the first letter of the d0: To delete from current position to the first letter of the
current line the cursor is present. current line the cursor is present.
D: Equivalent of of what d$ D: Equivalent of of what d$
dd: To delete the current line entirely no matter where the cursor 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 <number>dd: To delete the 3 lines below from current line where
the cursor is present. the cursor is present.
@@ -77,6 +77,13 @@ Normal mode commands:
<number>dw: delete-word command to be executed <number> numbers of times. <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: Line mode:
-> for navigating using line mode: -> for navigating using line mode: