dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 237bf7283b483847185c39f8e4bf9fe507d3eb4e
parent e0a1f39da26f0d79a20709781b11eb45df56deac
Author: Chris <chris@echoz.io>
Date:   Tue,  7 Oct 2025 12:18:16 +0200

feat: update aerc archive bind

Diffstat:
Mmodules/aerc/binds.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/aerc/binds.nix b/modules/aerc/binds.nix @@ -19,7 +19,7 @@ # Actions messages = { d = ":read<Enter>,:move Trash<Enter>"; - a = ":archive flat<Enter>"; + a = ":read<Enter>,:archive flat<Enter>"; f = ":move Important<Enter>"; m = ":compose<Enter>";