From: Oleg Broytman Date: Thu, 16 May 2019 20:01:01 +0000 (+0300) Subject: .muttrc: Change keys: Ctrl+A and Shift+A. X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=8635530c0d2dc87e18ad6670ce2e08bb151933ef .muttrc: Change keys: Ctrl+A and Shift+A. --- diff --git a/.muttrc b/.muttrc index a93e8bb..5b82939 100644 --- a/.muttrc +++ b/.muttrc @@ -352,16 +352,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"