From 5dcd0f13d27672c307af22654a24ac355e98260a Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Thu, 25 Aug 2022 21:24:27 +0800 Subject: [PATCH] aerc: binds: fix for newer release --- .config/aerc/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index abfd77e..7ee4d74 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/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 -- 2.45.2