-
zc: fold subscope
-
zo: unfold subscope
-
zC: fold current scope
-
zO: unfold current scope
-
zM: fold all
-
zR: unfold all
1// This is current scope.2// │ Cursor here.3// ↓ │ This is subscope.4 { // ↓ ↓5 comptime {6
7 }8 }