Ollama

  • ollama run deepseek-r1:8b
  • ~\.ollama\history

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
  • Private pages
    • quartz.config.ts > ignorePatterns
    • .gitignore

Venv

  • ./venv/Scripts/activate
  • deactivate

Vim

  • :s/old/new/g
    • % whole file
    • #:# limit between lines
  • Match parenthesis: %
  • Check filetype: :set filetype

Neovim

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