Commonly Used Commands
Operation | Vi Commands | Description |
Start Input Mode | i | Convert command mode to input mode |
End Input Mode | ESC | Convert input mode to command mode |
Quit w/o Save | :q | Quit without saving |
Force Quit w/o Save | :q! | Used when anything has changed |
Save and Quit | :wq | Used when anything has changed |
Scroll Up | k | Often used when reading git log |
Scroll Down | j | Often used when reading git log |



