This commit is contained in:
2025-04-20 23:42:56 +05:30
parent a9a99dbc9e
commit b28d08aba6
2 changed files with 9 additions and 7 deletions

View File

@@ -89,4 +89,11 @@ Line mode:
-> for navigating using line mode:
:<line-number><enter> : To go to the particular <line-number>.
:$<enter> : To move to the last line in the file.
:$<enter> : 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.