From eec86113a189c1115fb383f86dabff53d3d6c812 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 7 Apr 2019 22:08:00 -0400 Subject: [PATCH] Separate neomuttrc/muttrc --- mutt/.mutt/bindings | 2 -- mutt/.mutt/neomuttrc | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 mutt/.mutt/neomuttrc diff --git a/mutt/.mutt/bindings b/mutt/.mutt/bindings index b9d6553..0eb606b 100644 --- a/mutt/.mutt/bindings +++ b/mutt/.mutt/bindings @@ -313,7 +313,6 @@ bind pager n next-entry # Exit/Quit (quit will prompt) bind generic,index,pager,index Q exit -bind generic,index,pager,index q quit # Reload configuration macro generic,index,pager,editor , ":source ~/.mutt/muttrc\n" "Reload mutt's configuration file" @@ -345,7 +344,6 @@ macro index,pager "mbsync -a bind index ? limit bind index p print-message bind index u undelete-message -bind index x toggle-read bind index c change-folder bind pager H display-toggle-weed diff --git a/mutt/.mutt/neomuttrc b/mutt/.mutt/neomuttrc new file mode 100644 index 0000000..10ffa36 --- /dev/null +++ b/mutt/.mutt/neomuttrc @@ -0,0 +1,4 @@ +source ~/.mutt/muttrc +# These bindings do not exist in mutt +bind generic,index,pager,index q quit +bind index x toggle-read