Skip to content

Commit 09ca4a0

Browse files
committed
add crosslink to new folding toggle setting
1 parent 10052cf commit 09ca4a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/views.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ There is a group of folding-related commands on the **View** menu, which will al
9393

9494
* **Fold All** and **Unfold All** will collapse or reveal all fold blocks in the current file
9595
* **Collapse Current Level** and **Uncollapse Current Level** will collapse or reveal the block based on the line of the editing caret
96+
- If [Settings > Preferences > Editing > ☐ Make current level folding/unfolding commands toggleable](../preferences/#editing) is checkmarked, either of these commands (or their shortcut-equivalent) will cause the current level's folding to toggle state, so you can use the same shortcut both for folding and unfolding
9697
* The entries in the **Collapse Level** and **Uncollapse Level** sub-menus will collapse or reveal every block at level N in the active file
9798

9899
Folding/unfolding can be actuated by menu commands on the **View** menu relating to "fold" or "collapse", or by any shortcut keys assigned (see the [**Preferences > Shortcut Mapper**](../preferences/#shortcut-mapper)). It can also be invoked by using the mouse and clicking on the symbols in the fold margin. Clicking on a "-" symbol will collapse the lines at that level and below so they are no longer shown; clicking on a "+" symbol will expand the fold so such lines will again be displayed.

0 commit comments

Comments
 (0)