From 4ab0436869a5fcc22904800388a84884cc4ceed0 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Mon, 16 Jun 2025 16:02:44 +0200 Subject: [PATCH] Update changelog --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 02560f1..0beda2a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,6 +13,7 @@ Here are the most notable changes in each release. For a more detailed list of c - `unfoldBlock` - Unfolds the current/selected block(s). Default key binding is `Ctrl-Alt-]` on Windows/Linux and `Cmd-Option-]` on Mac. - `toggleFoldBlock` - Toggles the fold state of the current/selected block. Default key binding is `Ctrl-Alt-.` on Windows/Linux and `Cmd-Option-.` on Mac. - Folded blocks now display the first 50 characters of the block content, as well as the number of lines in the block. +- Default key bindings for folding code on Mac changed from `Cmd-Option-[` and `Cmd-Option-]` to `Cmd-Shift-[` and `Cmd-Shift-]` (to avoid conflicts with the new block folding commands) ## 2.2.2