From d921e9a7c26353358033d26c1fd26485e5a09ff4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 4 Jan 2014 03:36:33 +0100 Subject: [PATCH] don't exit on q I need some other binding for that, not decided on what yet --- mutt/bindings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mutt/bindings b/mutt/bindings index f27ac96..662dc73 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -6,6 +6,8 @@ bind pager K previous-line bind index,pager j next-undeleted bind index,pager k previous-undeleted +bind index q noop + # completion bind editor complete-query bind editor ^T complete -- 2.48.1