From ee23c0d9680d5b68a1e8da6d3021aca6c636e3ca Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 28 Sep 2022 19:19:20 +0200 Subject: aerc: update config includes multiple new keybinds distinct stylesets for both profiles --- .config/aerc/binds.conf | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to '.config/aerc/binds.conf') diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index a7c0894..c275484 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -3,7 +3,8 @@ # If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit = :prev-tab = :next-tab - = :term +gB = :prev-tab +gb = :next-tab [messages] q = :quit @@ -22,10 +23,6 @@ k = :prev gg = :select 0 G = :select -1 -gl = :cf lists -gi = :cf INBOX -ga = :cf Archive/2022 - J = :next-folder K = :prev-folder @@ -56,6 +53,17 @@ $ = :term \ = :filter n = :next-result N = :prev-result +T = :toggle-threads + +gi = :cf INBOX +W = :pipe -mb aerc-copy-link + +[messages:account=gnzler] +gl = :cf lists +gh = :cf lists/github +gs = :cf lists/srht +ga = :cf Archive/2022 +gw = :cf work [view] q = :close @@ -76,6 +84,7 @@ H = :toggle-headers = :next-part J = :next K = :prev +W = :pipe -mb aerc-copy-link [compose] # Keybindings used when the embedded terminal is not selected in the compose @@ -91,8 +100,8 @@ $noinherit = true $ex = = :prev-field = :next-field - = :prev-tab - = :next-tab +# = :prev-tab +# = :next-tab [compose::review] # Keybindings used when reviewing a message to be sent @@ -106,6 +115,5 @@ d = :save-draft [terminal] $noinherit = true $ex = - = :prev-tab = :next-tab -- cgit 1.4.1