Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 760 Bytes

File metadata and controls

30 lines (22 loc) · 760 Bytes

Random Tips

Tips, for myself, for using nvim. Don't keep any config-specific info in here. I will inevitably forget to update this file to match.

Vim Scrolling Mneumonic

Shamelessly stolen from https://stackoverflow.com/a/60607822

+-------------------------------+
^                               |
|c-e (keep cursor)              |
|H(igh)             zt (top)    |
|                   ^           |
|           ze      |      zs   |
|M(iddle)  zh/zH <--zz--> zl/zL |
|                   |           |
|                   v           |
|L(ow)              zb (bottom) |
|c-y (keep cursor)              |
v                               |
+-------------------------------+

Additionally, C-d and C-u are page-Down and page-Up.