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:
parent
9ac6a6ad11
commit
697e54ea11
2 changed files with 3 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue