- Published on
z<CR> & zt in Neovim
z<CR>- Redraw, line [count] at top of window (default cursor line). Put cursor at first non-blank in the line.
zt- Like
z<CR>, but leave the cursor in the same column.
- Like
z<CR>ztz<CR>, but leave the cursor in the same column.