SIGN IN SIGN UP

vim: Support keybinding `z.` (#8702)

`z.` is similar to zz but moves the cursor to the first non-blank
character.

From the documentation:
```
z.   Redraw, line [count] at center of window (default cursor line). Put cursor at first non-blank in the line.
zz   Like "z.", but leave the cursor in the same column.
```

Release Notes:

- Support the `z.` vim keybinding: Center cursor in window and put
cursor at first non-blank
S
snorkypie committed
b742db65fe892961db83148c8ee0474d1f2fe849
Parent: f53823c
Committed by GitHub <noreply@github.com> on 3/4/2024, 11:34:42 PM