Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lab 6 (vi) - Coggle Diagram
Lab 6 (vi)
shift + G = go to the bottom
x = delete
d4w = delete 4 words
5 + G(shifted) = go to fifth line
dG = delete all
Input mode
i
a
1 + G = go to top
w = skips to the beggining of a word
b = skips to the previous of a word
:set number
:set nonumber = turn it off
:%s/pattern1/pattern2
e.g = :1,17s/Can/you
Replace "Can" with "you"
command mode
esc
u = undo
/ = search for words
:wq = save and quit
ZZ = save and quit
H(left),J(down),K(up),L(right)
5yy + p =copy 5 lines