mirror of
https://github.com/Hizenberg469/Vim-tutorials.git
synced 2026-04-19 22:02:24 +03:00
Update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user