summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-07-04 15:11:40 -0500
committerToby Vincent <tobyv13@gmail.com>2023-07-04 15:11:40 -0500
commit45c9278c78c955b7b5b6cdd8c830320efd28392c (patch)
treecf01babc3b7fd88e9babb51609182490878e3ab5
parent2b0bf48d353cefe370567ab7532c0ab7542a1b12 (diff)
fix(aerc): use builtin html filter and fix keymaps
-rw-r--r--aerc/.config/aerc/aerc.conf2
-rw-r--r--aerc/.config/aerc/binds.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/aerc/.config/aerc/aerc.conf b/aerc/.config/aerc/aerc.conf
index fb1c681..0b08185 100644
--- a/aerc/.config/aerc/aerc.conf
+++ b/aerc/.config/aerc/aerc.conf
@@ -21,7 +21,7 @@ header-layout = From,To,Cc,Bcc,Date,Subject
[filters]
sender,todo@todo.sr.ht = wrap | colorize
-text/html = html2text | wrap | bat -fPl md --style=auto
+text/html = html | colorize
text/plain = wrap -w 88 | colorize | /usr/share/git/diff-highlight/diff-highlight
text/calendar = calendar | colorize
text/* = bat -fP --file-name="$AERC_FILENAME" --style=plain
diff --git a/aerc/.config/aerc/binds.conf b/aerc/.config/aerc/binds.conf
index d0ab504..2a69b57 100644
--- a/aerc/.config/aerc/binds.conf
+++ b/aerc/.config/aerc/binds.conf
@@ -78,8 +78,8 @@ Rr = :reply<Enter>
Rq = :reply -q<Enter>
H = :toggle-headers<Enter>
-<C-k> = :prev-part<Enter>
-<C-j> = :next-part<Enter>
+<C-p> = :prev-part<Enter>
+<C-n> = :next-part<Enter>
J = :next<Enter>
K = :prev<Enter>