Master the hjkl keys for movement
h, j, k, l
Move between words efficiently
w, e, b
Enter and exit insert mode
i, a, esc
🔒 Premium
Navigate to line beginnings and ends
I, A, esc
Create new lines above and below
o, O
Substitute, delete, and replace characters
s, x, r
Move to specific positions in a line
0, _, $
Find and jump to specific characters
f, F, ;
Jump using relative line numbers
3j, 5k
Delete text efficiently
dd, D
Copy and paste text
yy, p, P
Select and manipulate text
v, V, ctrl+v
Find text patterns
/, n, N
Record and replay commands
q, @
Find and replace text
:s/, :%s/
Checking access permissions...