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

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