Files
oak-gpui/assets/keymaps
snorkypie b742db65fe 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
2024-03-04 16:34:42 -07:00
..
2024-02-25 14:11:38 -05:00
2023-08-23 01:31:01 -04:00
2024-03-04 16:34:42 -07:00