From b633e920ccb0f8307c072d03da6f60bfd70b3d57 Mon Sep 17 00:00:00 2001 From: andrewsuperlegit <47898478+andrewsuperlegit@users.noreply.github.com> Date: Thu, 29 Jul 2021 18:46:08 -0500 Subject: [PATCH] Fixed the keybind for fold/unfold all The keybinding for fold all and unfold all was wrong (was missing a C-f) --- modules/editor/fold/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/editor/fold/README.org b/modules/editor/fold/README.org index 6ff0db9c1..5064eb72a 100644 --- a/modules/editor/fold/README.org +++ b/modules/editor/fold/README.org @@ -34,8 +34,8 @@ Emacs keybinds when evil +everywhere is disabled. | =C-c C-f C-f= | Fold region | | =C-c C-f C-u= or =C `= | Unfold region | | =C-c C-f C-d= | Delete folded region | -| =C-c C-a C-f= | Refold all regions | -| =C-c C-a C-u= | Unfold all regions | +| =C-c C-f C-a C-f= | Fold all regions | +| =C-c C-f C-a C-u= | Unfold all regions | | =C-c C-a C-d= | Delete all folded regions | * TODO Configuration