From 14cb8cb51f4a1dfca2486d154e2206b19f9401a7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 17 Mar 2019 16:24:17 -0400 Subject: Implement :next-tab, :prev-tab --- config/aerc.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config/aerc.conf') diff --git a/config/aerc.conf b/config/aerc.conf index 30953fc..e465d5e 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -117,10 +117,10 @@ G = :select-message -1 J = :next-folder K = :prev-folder -l = :next-account - = :next-account -h = :prev-account - = :prev-account +l = :next-tab + = :next-tab +h = :prev-tab + = :prev-tab = :view-message d = :confirm 'Really delete this message?' ':delete-message' @@ -132,8 +132,8 @@ $ = :term-exec # # Any key not bound is passed through to the sub-terminal. - = :prev-account - = :next-account + = :prev-tab + = :next-tab [colors] # -- cgit v1.2.3