From 12e2a872a68695b2ef6fd5e43cde5a46c78e692b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 19 Jan 2022 16:10:09 +0100 Subject: [PATCH] Add sidebar binds to index and pager --- config/programs/mail.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/programs/mail.nix b/config/programs/mail.nix index 0918a6df..d45b7377 100644 --- a/config/programs/mail.nix +++ b/config/programs/mail.nix @@ -14,14 +14,17 @@ { key = "\\CA"; action = "sidebar-next"; + map = [ "index" "pager" ]; } { key = "\\CL"; action = "sidebar-prev"; + map = [ "index" "pager" ]; } { key = "\\CP"; action = "sidebar-open"; + map = [ "index" "pager" ]; } ]; };