From 04c108c2e1b6500d4952dffa17a7d3d379bf6195 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 11 Jun 2022 10:34:35 +0200 Subject: [PATCH] Unbind x, makes me quit all the time --- roles/neomutt/templates/neomuttrc.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/neomutt/templates/neomuttrc.j2 b/roles/neomutt/templates/neomuttrc.j2 index 5f22f79..3fa746c 100644 --- a/roles/neomutt/templates/neomuttrc.j2 +++ b/roles/neomutt/templates/neomuttrc.j2 @@ -26,6 +26,7 @@ alternative_order text/plain text/enriched text/html bind index,pager i noop bind index,pager g noop +bind index,pager x noop #bind index \Cf noop #bind index,pager M noop #bind index,pager C noop