From: martin f. krafft Date: Wed, 29 Mar 2023 08:15:43 +0000 (+0200) Subject: keybind for resizing image even smaller X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/3f2ef4be00de46a9ce966d3412f0d1313c6b4e69 keybind for resizing image even smaller --- diff --git a/.config/mutt/keybindings b/.config/mutt/keybindings index a3cafa9..d8f3484 100644 --- a/.config/mutt/keybindings +++ b/.config/mutt/keybindings @@ -82,6 +82,7 @@ macro index,pager M " set my_weed=\$weed se macro index,pager " set my_pipe_decode=\$pipe_decode unset pipe_decode$my_confdir/viewmailattachments set pipe_decode=\$my_pipe_decode" "view attachments in browser" macro compose \ez " set my_editor=\$editor set editor='mogrify -sample 1000x1000' set editor=\$my_editor" "Resize attached image to within 1000x1000" +macro compose \eZ " set my_editor=\$editor set editor='mogrify -sample 2500x2500' set editor=\$my_editor" "Resize attached image to within 1000x1000" bind index,pager sidebar-prev bind index,pager \e sidebar-prev