Vim Flashcards ionicons-v5-c

exit

:q!

delete

x

insert

i

undo the u

CTRL-R

save

:w

select text

v(visual mode)

open new line

o-below , O-above

copy

y

paste

p

find help

:help or press F1 or :help user-manual

basic Vim modes

1. Normal Default; for navigation and simple editing2.Insert For explicitly inserting and modifying text3.Command Line For operations like saving, exiting, etc.4.Visual, 5.Select, 6.Ex-Mode