Vi Tips & Tricks
Scott's VI Tips and Tricks - Be more productive with less key strokes!!!
MODES: Command This is where you issue commands like movement, editing, ... : issue command Insert i,I insert before character/line a,A insert after character/line o,O insert after/before line s,S delete character/line then insert C delete rest of line then insert Replace R replace current text Visual v highlight by character V highlight by line