From c5ea97628bffaaa3f5b3261d7f50ea95c774cb0d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 22 Nov 2014 19:06:57 +0000 Subject: [PATCH] mutt: stop quitting on me --- mutt/bindings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mutt/bindings b/mutt/bindings index ef31027..62eeac1 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -18,7 +18,8 @@ macro index,pager ga "=gmail/archive" "go to archive" macro index,pager gs "=gmail/spam" "go to spam" bind index q noop -bind index Q quit +bind index Q noop +bind index x noop # completion bind editor complete-query -- 2.48.1