From 662421942c5417208bb6b81f360759b3d5ebe53e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 26 Dec 2016 01:12:18 +0000 Subject: [PATCH] mutt: disable Q and x on the pager as well --- mutt/bindings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mutt/bindings b/mutt/bindings index a8dfb0a..028fa0a 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -19,8 +19,8 @@ macro index,pager gs "=gmail/spam" "go to spam" macro index,pager gc "=gmail/cadscan" "go to cadscan" bind index q noop -bind index Q noop -bind index x noop +bind index,pager Q noop +bind index,pager x noop # completion bind editor complete-query -- 2.48.1