vim move text to middle of screen code example
Example: vim center cursor
zz
# Will move the current line the cursor
# is on to the center of the document
zz
# Will move the current line the cursor
# is on to the center of the document