| Command | Description | 
|---|---|
| z | Redraw current line at the top of the window and put the cursor on the first non-blank character on the line. | 
| zt | Like z but leave the cursor in the same column. | 
| z. | Redraw current line at the center of the window and put the cursor on the first non-blank character on the line. | 
| zz | Like z. but leave the cursor in the same column. | 
| z- | Redraw current line at the bottom of the window and put the cursor on the first non-blank character on the line. | 
| zb | Like z- but leave the cursor in the same column. |