From 6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:47:36 -0400 Subject: remove old filesand bump nix-files --- home-config/aerc/binds.conf | 149 -------------------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 home-config/aerc/binds.conf (limited to 'home-config/aerc/binds.conf') diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf deleted file mode 100644 index 4dee57f..0000000 --- a/home-config/aerc/binds.conf +++ /dev/null @@ -1,149 +0,0 @@ -# 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 - = :read - = :unread - -J = :next-folder -K = :prev-folder -H = :collapse-folder -L = :expand-folder - -v = :mark -t -V = :mark -v - -T = :toggle-threads - - = :view -dd = :mv Trash -dg = :mv [Gmail]/Trash -D = :delete -A = :archive year - -C = :compose - -rr = :reply -a -rq = :reply -aq -Rr = :reply -Rq = :reply -q -f = :forward -A - -# Git custom stuff ala Drew Devault -ga = :pipe -mb git am -3 -gp = :term git push -rt = :reply -aTthanks - -c = :cf -$ = :term -! = :term -| = :pipe - -/ = :search -\ = :filter -n = :next-result -N = :prev-result - = :clear - -[messages:folder=Drafts] - = :recall - -[view] -/ = :toggle-key-passthrough/ -q = :close -O = :open -S = :save -| = :pipe -D = :delete -dd = :mv Trash -dg = :mv [Gmail]/Trash -A = :archive year - - = :open-link - -f = :forward -A -rr = :reply -a -rq = :reply -aq -Rr = :reply -Rq = :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-field - = :prev-tab - = :next-tab - = :cc - = :bcc - = :abort - -[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 - = :abort - -[compose::review] -# Keybindings used when reviewing a message to be sent -y = :send -n = :abort -v = :preview -p = :postpone -q = :choose -o d discard abort -o p postpone postpone -e = :edit -a = :attach -d = :detach -S = :sign -E = :encrypt -A = :attach-key -C = :multipart text/html - -[terminal] -$noinherit = true -$ex = - = :close - - = :prev-tab - = :next-tab -- cgit v1.3.1