X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=06a9601429031a125182e889dd996839f377e3f4;hb=2db8d87eba4b1f1ee6139ad7ba0489faddad6f73;hp=a93e8bbab49f648c0d21d963c28cbc147f9c06b2;hpb=9ae7efa3885fe5b8a34066245de63293d75611a1;p=dotfiles.git diff --git a/.muttrc b/.muttrc index a93e8bb..06a9601 100644 --- a/.muttrc +++ b/.muttrc @@ -299,6 +299,23 @@ bind index,pager S decode-save # Macros # +# KP_Home -> Home +macro generic,pager,editor +# KP_Up -> Up +macro generic,pager,editor \x20b +# KP_Next -> PageUp +macro generic,pager,editor +# KP_Left -> Left +macro generic,pager,editor \x20c +# KP_Right -> Right +macro generic,pager,editor \x20d +# KP_End -> End +macro generic,pager,editor +# KP_Down -> Down +macro generic,pager,editor \x20e +# KP_Prev -> PageDown +macro generic,pager,editor + macro index C \ \ "Go to the first folder with unread messages" @@ -352,16 +369,16 @@ macro pager,attach Y \ "Go to python" # Go to STCnet "Atlas"/STM mailboxes -macro index A \ +macro index \ca \ =stcnet \ "Go to stcnet inbox" -macro pager,attach A \ +macro pager,attach \ca \ =stcnet \ "Go to stcnet inbox" -macro index a \ +macro index A \ =sent-stcnet \ "Go to sent-stcnet" -macro pager,attach a \ +macro pager,attach A \ =sent-stcnet \ "Go to sent-stcnet"