From b28d08aba6a3af432fcf19c7bad7444905b8f85b Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Sun, 20 Apr 2025 23:42:56 +0530 Subject: [PATCH] Update --- deletinglesson.txt | 7 +------ vim-commands | 9 ++++++++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/deletinglesson.txt b/deletinglesson.txt index 5b58edd..a2899cd 100644 --- a/deletinglesson.txt +++ b/deletinglesson.txt @@ -1,6 +1,6 @@ You can use this file to practice editing. -four five six seven eight nine ten eleven twelve thirteen +four five six seven eight nine ten eleven one two three four five six seven eight nine ten eleven twelve thirteen @@ -40,11 +40,6 @@ Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way. - On her way she met a copy. The copy warned the Little Blind Text, that where -it came from it would have been rewritten a thousand times and everything that -was left from its origin would be the word "and" and the Little Blind Text -should turn around and return to its own, safe country. - But nothing the copy said could convince her and so it didn't take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects diff --git a/vim-commands b/vim-commands index be8dbe2..7d7e146 100644 --- a/vim-commands +++ b/vim-commands @@ -89,4 +89,11 @@ Line mode: -> for navigating using line mode: : : To go to the particular . - :$ : To move to the last line in the file. + :$ : To move to the last line in the file. + + !(exclamation mark): This Operator can be used to force the commands + + for ex: + + :q! is used to force quit the vim even if the changes on files + are not saved.