From d1de575a36831ee876ad75adefd983d232dd69d1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Oct 2023 01:28:11 +0200 Subject: aerc: Add my aerc configuration --- .config/aerc/binds.conf | 106 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .config/aerc/binds.conf (limited to '.config/aerc/binds.conf') diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf new file mode 100644 index 0000000..e78c2eb --- /dev/null +++ b/.config/aerc/binds.conf @@ -0,0 +1,106 @@ + = :prev-tab + = :next-tab + +? = :help keys + +[messages] +q = :quit + +j = :next +k = :prev + = :next + = :prev + +g = :select 0 +G = :select -1 + + = :next-folder + = :prev-folder + +v = :mark -t +V = :mark -v + +T = :toggle-threads + + = :view +D = :delete +A = :archive flat + +C = :compose +F = :forward -A +RR = :reply -q +RA = :reply -aq + +c = :cf +| = :pipe + +/ = :search +\ = :filter +n = :next-result +N = :prev-result + = :clear + +! = :flag -tx Flagged + +[messages:folder=Drafts] + = :recall + +[view] +/ = :toggle-key-passthrough/ +q = :close +O = :open +S = :save +| = :pipe +D = :delete +A = :archive flat + + = :open-link + +f = :forward +R = :reply -q + +H = :toggle-headers + +J = :next +K = :prev + +[view::passthrough] +$noinherit = true +$ex = + = :toggle-key-passthrough + +[compose] +# Keybindings used when the embedded terminal is not selected in the compose +# view +$noinherit = true +$ex = + + = :prev-field + = :next-field + = :prev-tab + = :next-tab + +[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 +p = :postpone +q = :abort +e = :edit +a = :attach +d = :detach + +[terminal] +$noinherit = true +$ex = + + = :prev-tab + = :next-tab -- cgit v1.2.3