From dea9be7cac984259ca7977c1422a32ccec21fb74 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 13 Feb 2022 17:57:28 +0530 Subject: [PATCH] mutt: Fix possible conflicting mappings --- mutt/.mutt/accounts/fastmail | 3 +++ mutt/.mutt/muttrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mutt/.mutt/accounts/fastmail b/mutt/.mutt/accounts/fastmail index 1c3067d..f03f9a0 100644 --- a/mutt/.mutt/accounts/fastmail +++ b/mutt/.mutt/accounts/fastmail @@ -14,6 +14,9 @@ macro index S \ "+fastmail/Spam" \ "mark message as spam" +# Binding 'gi' will alias 'g' +bind index g noop + macro index gi "=fastmail/Inbox" "Go to Inbox" macro index gf "=fastmail/FreedesktopGitlab" "Go to freedesktop gitlab" macro index gg "=fastmail/gstreamer" "Go to gstreamer" diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index fe7ed45..b47bb76 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -78,6 +78,9 @@ macro index L "unset wait_keyread -p 'notmuc # 'a' shows all messages again (supersedes default binding) macro index a "all\n" "show all messages (undo limit)" +# Binding 'ca' will alias 'c +bind index c noop + macro index C '?^K=' macro index ca 'source ~/.mutt/muttrc/accounts/asymptotic=asymptotic/Inbox/' macro index cf 'source ~/.mutt/muttrc/accounts/fastmail=fastmail/Inbox/'