Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.47 KB

README.org

File metadata and controls

44 lines (35 loc) · 1.47 KB

editor/fold

Table of Contents

Description

This module marries hideshow, vimish-fold and outline-minor-mode to bring you marker, indent and syntax-based code folding for as many languages as possible.

Module Flags

This module provides no flags.

Plugins

Prerequisites

This module has no prerequisites.

Features

Emacs keybinds when evil +everywhere is disabled.

KeybindDescription
C-c C-f C-fFold region
C-c C-f C-u or C `Unfold region
C-c C-f C-dDelete folded region
C-c C-a C-fRefold all regions
C-c C-a C-uUnfold all regions
C-c C-a C-dDelete all folded regions

Configuration

Troubleshooting

Sometimes an unfolded region does not fold back with C-c C-f C-f. To bypass this bug you must delete the folded region (C-c C-f C-d) and then fold it(C-c C-f C-f) again.