This document contains a summary of vi editor commands presented by Nihar R Paital. It outlines vi commands for navigating text, searching, entering and changing text, deleting text, and finding characters. Some key commands include using h, j, k, l to move cursor; w to move to next word; / and ? for forward and backward searching; i, a, I, A for insert text; dd to delete entire line; and fx, Fx to find next or previous occurrence of x.