]> git.phdru.name Git - dotfiles.git/blobdiff - .muttrc
Feat(.mc/menu): Edit PDFs with `LibreOffice`
[dotfiles.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index a93e8bbab49f648c0d21d963c28cbc147f9c06b2..06a9601429031a125182e889dd996839f377e3f4 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -299,6 +299,23 @@ bind index,pager <Esc>S decode-save
 # Macros
 #
 
+# KP_Home -> Home
+macro generic,pager,editor <F84> <Home>
+# KP_Up -> Up
+macro generic,pager,editor \x20b <Up>
+# KP_Next -> PageUp
+macro generic,pager,editor <F85> <PageUp>
+# KP_Left -> Left
+macro generic,pager,editor \x20c <Left>
+# KP_Right -> Right
+macro generic,pager,editor \x20d <Right>
+# KP_End -> End
+macro generic,pager,editor <F87> <End>
+# KP_Down -> Down
+macro generic,pager,editor \x20e <Down>
+# KP_Prev -> PageDown
+macro generic,pager,editor <F88> <PageDown>
+
 macro index C \
    <Home><change-folder><Enter> \
    "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 \
    <Home><change-folder>=stcnet<Enter> \
    "Go to stcnet inbox"
-macro pager,attach A \
+macro pager,attach \ca \
    <exit><Home><change-folder>=stcnet<Enter> \
    "Go to stcnet inbox"
-macro index <Esc>a \
+macro index A \
    <Home><change-folder>=sent-stcnet<Enter> \
    "Go to sent-stcnet"
-macro pager,attach <Esc>a \
+macro pager,attach A \
    <exit><Home><change-folder>=sent-stcnet<Enter> \
    "Go to sent-stcnet"