From 889d0feb8315bcd206262b96985c17bd787532ce Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 15 Dec 2022 21:15:06 +0100 Subject: aerc: switch c-n/p and s-j/k MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/aerc/binds.conf | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to '.config/aerc') diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index 698fb4b..fac421b 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -1,8 +1,8 @@ # Binds are of the form = # To use '=' in a key sequence, substitute it with "Eq": "" # If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit - = :prev-tab - = :next-tab +J = :prev-tab +K = :next-tab [messages] q = :quit @@ -16,14 +16,13 @@ k = :prev gg = :select 0 G = :select -1 -J = :next-folder -K = :prev-folder + = :next-folder + = :prev-folder v = :mark -t V = :mark -v = :view - dd = :read :mv Trash a = :read :archive year = :read @@ -58,8 +57,8 @@ gw = :cf work [view] = :prev-part = :next-part -J = :next -K = :prev + = :next + = :prev q = :close | = :pipe @@ -88,6 +87,17 @@ $ex = = :prev-field = :next-field +[compose::review] +# Keybindings used when reviewing a message to be sent +y = :send +n = :abort +v = :preview +p = :postpone +q = :choose -o d discard abort -o p postpone postpone +e = :edit +a = :attach +d = :detach + [terminal] $noinherit = true $ex = -- cgit 1.4.1