From a9a99dbc9e2087a3fb42f9bf752666a514ff7278 Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Fri, 18 Apr 2025 13:11:15 +0530 Subject: [PATCH] update --- deletinglesson.txt | 10 ++-------- vim-commands | 13 ++++++++++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/deletinglesson.txt b/deletinglesson.txt index 6f1b94f..5b58edd 100644 --- a/deletinglesson.txt +++ b/deletinglesson.txt @@ -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 -one two three four five six seven eight nine ten eleven twelve thirteen +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 @@ -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 Far far away, behind the wild mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove diff --git a/vim-commands b/vim-commands index 4fe1d43..be8dbe2 100644 --- a/vim-commands +++ b/vim-commands @@ -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. dd: To delete the 3 lines below from current line where the cursor is present. @@ -77,6 +77,13 @@ Normal mode commands: dw: delete-word command to be executed 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: