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
movementshift-i
typeesc
- Check tabs/shiftwidth:
:verbose Sleuth
- Check filetype:
:set filetype
- Jump to matching brace:
%