From 37477794b229b9ea240cd85b226eefc442033354 Mon Sep 17 00:00:00 2001 From: Maxim Karasev Date: Sun, 27 Feb 2022 19:06:11 +0300 Subject: [PATCH] config: fix default PgUp/PgDn bindings If -s is present, aerc just shows usage info. Signed-off-by: Maxim Karasev Acked-by: Inwit --- config/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/binds.conf b/config/binds.conf index ee58bb3..538f9a3 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -12,13 +12,13 @@ j = :next = :next = :next 50% = :next 100% - = :next -s 100% + = :next 100% k = :prev = :prev = :prev 50% = :prev 100% - = :prev -s 100% + = :prev 100% g = :select 0 G = :select -1