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