From 4242a01983eb57ac44d5fcfbda75339d486ea4f1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 27 May 2025 11:13:06 +0530 Subject: Refactor email setup + add email sender to notification --- modules/email.home/aerc-binds.conf | 146 +++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 modules/email.home/aerc-binds.conf (limited to 'modules/email.home/aerc-binds.conf') diff --git a/modules/email.home/aerc-binds.conf b/modules/email.home/aerc-binds.conf new file mode 100644 index 0000000..442c9ea --- /dev/null +++ b/modules/email.home/aerc-binds.conf @@ -0,0 +1,146 @@ + = :prev-tab + = :next-tab + = :term +? = :help keys + = :prompt 'Quit? ' quit + = :prompt 'Quit? ' quit + = :suspend + + + + +[messages] +q = :prompt 'Quit? ' quit + +a = :read +A = :unread +i = :tag +important +I = :tag -important + + = :view + +j = :next +k = :prev + = :next 50% + = :next 100% + = :prev 50% + = :prev 100% +g = :select 0 +G = :select -1 + +J = :next-folder +K = :prev-folder + +v = :mark -t + = :mark -t:next +V = :mark -v + +T = :toggle-threads +za = :fold -t + +C = :compose + +rr = :reply -a +Rr = :reply + +! = :term +| = :pipe + +/ = :search +\ = :filter +n = :next-result +N = :prev-result + = :clear + +s = :split +S = :vsplit + +[messages:folder=Drafts] + = :recall + + + + +[view] +/ = :toggle-key-passthrough/ +q = :close +o = :open +S = :save +| = :pipe +D = :delete + + = :open-link + +f = :forward +rr = :reply -a +Rr = :reply + +H = :toggle-headers + = :prev-part + = :next-part +J = :next +K = :prev + + + + +[view::passthrough] +$noinherit = true +$ex = + = :toggle-key-passthrough + + + + +[compose] +$noinherit = true +$ex = +$complete = + = :prev-field + = :next-field + = :next-field + = :prev-field + = :prev-tab + = :next-tab + = :prompt 'Quit? ' quit -f + = :attach -m ~ + = :preview + + + + +[compose::editor] +$noinherit = true +$ex = + = :prev-field + = :next-field + = :prev-tab + = :next-tab + = :prompt 'Quit? ' quit -f + = :attach -m ~ + = :preview + + + + +[compose::review] +# Inline comments are used as descriptions on the review screen +y = :send # Send +n = :abort # Abort (discard message, no confirmation) +p = :preview # Preview message +e = :edit # Edit (body and headers) +a = :attach # Add attachment +d = :detach # Remove attachment +P = :postpone # Postpone + + + + + +[terminal] +$noinherit = true +$ex = + + = :prev-tab + = :next-tab + -- cgit v1.3.1