]> git.phdru.name Git - dotfiles.git/commitdiff
.muttrc: Change keys: Ctrl+A and Shift+A.
authorOleg Broytman <phd@phdru.name>
Thu, 16 May 2019 20:01:01 +0000 (23:01 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 16 May 2019 20:01:01 +0000 (23:01 +0300)
.muttrc

diff --git a/.muttrc b/.muttrc
index a93e8bbab49f648c0d21d963c28cbc147f9c06b2..5b8293976c122c6ccdbfbd2c2c5778318440a64f 100644 (file)
--- 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 \
    <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"