mirror of
https://github.com/Hizenberg469/Vim-tutorials.git
synced 2026-04-19 22:02:24 +03:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
13
vim-commands
13
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.
|
||||
|
||||
<number>dd: To delete the 3 lines below from current line where
|
||||
the cursor is present.
|
||||
@@ -77,6 +77,13 @@ Normal mode commands:
|
||||
|
||||
<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:
|
||||
|
||||
-> for navigating using line mode:
|
||||
|
||||
Reference in New Issue
Block a user