VIM tips + lab notes

Underrated commands:

z commands

  • z<cr> – redraw with current line at the top
  • zz – redraw with current line at middle

L and H โ€” great for quickly going to the top or bottom of editor and browsing slightly offscreen

Enable VSCode “Editor smooth scrolling”, or find a vim smooth scrolling plugin to make ctrl+d and ctrl+u actually functionality

[[ and ]] โ€” for quickly browsing opening brackets

Any thoughts?