From c2471f212ed2336c691af881e00932c1eb0a1b27 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 15 Feb 2023 23:27:53 +0100 Subject: Use aerc for mail by default But keep neomutt installed for now, just in case. --- tw/home/files/aerc/binds.conf | 159 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 tw/home/files/aerc/binds.conf (limited to 'tw/home/files/aerc/binds.conf') diff --git a/tw/home/files/aerc/binds.conf b/tw/home/files/aerc/binds.conf new file mode 100644 index 00000000..28bb5a7f --- /dev/null +++ b/tw/home/files/aerc/binds.conf @@ -0,0 +1,159 @@ +# 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 + = :term +? = :help keys + +[messages] +q = :quit + +j = :next + = :next + = :next 50% + = :next 100% + = :next 100% + +k = :prev + = :prev + = :prev 50% + = :prev 100% + = :prev 100% +g = :select 0 +G = :select -1 +"#" = :select + +J = :next-folder +K = :prev-folder +H = :collapse-folder +L = :expand-folder + +v = :mark -t +V = :mark -T +F = :flag -x Flagged + = :read -t + = :remark + +T = :toggle-threads + + = :view +D = :delete +A = :archive flat +p = :split 25 + +m = :compose + +f = :forward -F +a = :reply -aq +r = :reply -q + +C = :copy +S = :save +s = :move + +c = :cf +$ = :check-mail +! = :term +| = :pipe + +/ = :search +l = :filter +n = :next-result +N = :prev-result + = :clear:unmark -a + +[messages:folder=Drafts] + = :recall + +[messages:account=Mythic Beasts] +d = :move Rubbish +# We can't use both :account= and :folder= at the same time, unfortunately. +[messages:folder=Rubbish] +d = :delete + +[messages:account=CERN] +d = :move Deleted Items +[messages:folder=Deleted Items] +d = :delete + +[messages:account=Gmail] +d = :move [Gmail]/Bin +[messages:folder=[Gmail]/Bin] +d = :delete +[messages:folder=[Gmail]/Drafts] + = :recall + +[messages:account=Cantab] +d = :move Deleted Items +[messages:folder=Deleted Items] +d = :delete + +[messages:account=Outlook] +d = :move Deleted +[messages:folder=Deleted] +d = :delete + +[view] +/ = :toggle-key-passthrough/ +q = :close +O = :open +S = :save +| = :pipe +D = :delete +A = :archive flat + + = :open-link + = :toggle-key-passthrough + +f = :forward -F +a = :reply -aq +r = :reply -q + +H = :toggle-headers + = :prev-part + = :next-part +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 + = :switch-account -p + = :switch-account -n + = :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 +n = :abort +p = :postpone +q = :choose -o d discard abort -o p postpone postpone +e = :edit +a = :attach +d = :detach + +[terminal] +$noinherit = true +$ex = + = :prev-tab + = :next-tab -- cgit v1.2.3