diff options
author | Sijmen <me@sijman.nl> | 2022-08-13 01:44:44 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-22 09:45:02 +0200 |
commit | db39ca181adf61ebb5a89fe5eb7a1e0d6836be56 (patch) | |
tree | 5c966b33de809d6e4e836e80695ee34d34828944 /CHANGELOG.md | |
parent | 7377b8b05a6276dd2913ca8836f9c7b96f3b09ca (diff) | |
download | aerc-db39ca181adf61ebb5a89fe5eb7a1e0d6836be56.tar.gz |
dirtree: add dirtree-collapse config setting
Adds a setting to the configuration to choose at which level the
folders in the dirtree are collapsed by default.
In my case, this is useful because my organisation has some rather deep
nesting in the folder structure, and a _lot_ of folders, and this way I
can keep my dirtree uncluttered while still having all folders there if
I need them.
Signed-off-by: Sijmen <me@sijman.nl>
Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3328c0f3..6dedbef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Run `check-mail-cmd` with `:check-mail`. - Display active key binds with `:help keys` (bound to `?` by default). - Multiple visual selections with `:mark -V`. +- Set default collapse depth of directory tree with `dirlist-collapse`. ### Changed |