Set up aerc to do url scans

- Add a 'u' bind in message view to fire urlscan
- Set PAGER to "most -w" to auto-wrap lines
This commit is contained in:
Trysdyn Black 2021-12-09 10:47:29 -08:00
parent 9ac6a6ad11
commit 697e54ea11
2 changed files with 3 additions and 1 deletions

View file

@ -72,6 +72,8 @@ H = :toggle-headers<Enter>
J = :next<Enter>
K = :prev<Enter>
u = |urlscan<Enter>
[compose]
# Keybindings used when the embedded terminal is not selected in the compose
# view

2
.zshrc
View file

@ -30,7 +30,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
# most does not exist on every system I touch
if [[ -a /usr/bin/most ]]; then
export PAGER=most
export PAGER="most -w"
fi
# Key binds