Cursor

  • Fold: ctrl+M ctrl+0,1,2,3
  • Unfold: ctrl+M ctrl+J

Quartz

  • npx quartz build --serve
  • npx quartz sync
  • taskkill /F /IM node.exe

Vim

  • :s/old/new/g
    • % whole file
    • #:# limit between lines
  • % match parenthesis

Neovim

  • Config: ~\AppData\Local\nvim\init.lua
  • Multi-line insert: ctrl-q movement shift-i type esc
  • Check tabs/shiftwidth: :verbose Sleuth
  • Check filetype: :set filetype
  • Jump to matching brace: %