7 Normal Mode Tricks in Under 5 Minutes - Vim Tips & Tricks - Level Up Your Editing Workflow
Seven practical Vim normal mode commands to improve editing efficiency: entering insert mode with I/A/capital I/capital A, creating new lines with O/capital O, jumping to last insert position with gi, reselecting last visual selection with gv, using undo (u) and redo (Ctrl+R), repeating last change with dot (.), and scrolling current line to different screen positions with zb/zz/zt.