From 59f6c055511a1ef8179f1bdd0a3f3c654d996277 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 4 Nov 2022 16:31:08 +0100 Subject: aerc: trim config to mvp --- .config/aerc/binds.conf | 46 ++++++++++------------------------------------ 1 file changed, 10 insertions(+), 36 deletions(-) (limited to '.config/aerc/binds.conf') diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index c275484..698fb4b 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -3,23 +3,16 @@ # If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit = :prev-tab = :next-tab -gB = :prev-tab -gb = :next-tab [messages] q = :quit j = :next = :next - = :next 50% - = :next 100% - = :next -s 100% - + = :next 100% k = :prev = :prev - = :prev 50% - = :prev 100% - = :prev -s 100% + = :prev 100% gg = :select 0 G = :select -1 @@ -30,17 +23,14 @@ v = :mark -t V = :mark -v = :view -# d = :confirm 'Really delete this message?' ':delete-message' + dd = :read :mv Trash -# D = :delete a = :read :archive year = :read = :unread U = :filter -u fc = :filter '' -C = :compose - rr = :reply -aT reply rq = :reply -aq @@ -56,7 +46,7 @@ N = :prev-result T = :toggle-threads gi = :cf INBOX -W = :pipe -mb aerc-copy-link + = :pipe -mb aerc-copy-link [messages:account=gnzler] gl = :cf lists @@ -66,6 +56,11 @@ ga = :cf Archive/2022 gw = :cf work [view] + = :prev-part + = :next-part +J = :next +K = :prev + q = :close | = :pipe D = :prompt 'Really delete?' mv Trash @@ -80,40 +75,19 @@ Rr = :reply Rq = :reply -q H = :toggle-headers - = :prev-part - = :next-part -J = :next -K = :prev -W = :pipe -mb aerc-copy-link + = :pipe -mb aerc-copy-link [compose] -# Keybindings used when the embedded terminal is not selected in the compose -# view $ex = = :prev-field = :next-field - = :next-field [compose::editor] -# Keybindings used when the embedded terminal is selected in the compose view $noinherit = true $ex = = :prev-field = :next-field -# = :prev-tab -# = :next-tab - -[compose::review] -# Keybindings used when reviewing a message to be sent -y = :send -n = :abort -q = :abort -e = :edit -a = :attach -d = :save-draft [terminal] $noinherit = true $ex = - = :prev-tab - = :next-tab -- cgit 1.4.1