diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/aerc/binds.conf | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/aerc/binds.conf')
| -rw-r--r-- | .config/aerc/binds.conf | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index 238941f..ea31df7 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -13,6 +13,8 @@ j = :next<cr> k = :prev<cr> <Up> = :prev<cr> <PgUp> = :prev 100%<cr> +<C-u> = :prev 33%<cr> +<C-d> = :next 33%<cr> gg = :select 0<cr> G = :select -1<cr> @@ -24,6 +26,8 @@ v = :mark -t<cr> <cr> = :view<cr> <S-cr> = :vsplit<cr> +<C-v> = :vsplit<cr> +<C-s> = :split<cr> <space> = :read -t<cr> dd = :read<cr> :mv Trash<cr> a = :read<cr> :archive year<cr> @@ -81,14 +85,15 @@ zo = :open-thread<cr> [messages:account=gnzler] ga = :cf Archive/2024<cr> -gs = :clear<cr>:filter -a @lists.sr.ht<cr> -gh = :clear<cr>:filter -H 'X-Github-Recipient: robertgzr'<cr> -gp = :clear<cr>:filter -a 'alpinelinux.org'<cr> -gt = :clear<cr>:filter -H 'X-Bugzilla-URL: https://bugs.gentoo.org'<cr> +gs = :clear<cr>:filter -H 'List-ID:lists.sr.ht'<cr> +gh = :clear<cr>:filter -H 'List-ID:github.com'<cr> +# / = :ct notmuch<cr>:cf<space> [messages:folder=Drafts] <cr> = :recall<cr> +[messages:account=notmuch] +dd = :read<cr>:mv Trash<cr> [view] <C-k> = :prev-part<cr> @@ -97,8 +102,8 @@ gt = :clear<cr>:filter -H 'X-Bugzilla-URL: https://bugs.gentoo.org'<cr> <C-h> = :prev-tab<cr> <C-l> = :next-tab<cr> -<C-p> = :prev<cr> <C-n> = :next<cr> +<C-p> = :prev<cr> q = :close<cr> | = :pipe<space> @@ -107,7 +112,7 @@ S = :save<space> A = :prompt 'Really archive?' archive year<cr> O = :open porta open-uri<space> -f = :forward<cr> +F = :forward<cr> rr = :reply -a<cr> rq = :reply -aq<cr> rQ = :reply -aQ<cr> |