How to?

fold

Nov 7, 2025
softwares-and-toolsvim-cheatsheat
1 Minutes
37 Words
  • 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
}
Article title:fold
Article author:Julyfun
Release time:Nov 7, 2025
Copyright 2026
Sitemap