Separate neomuttrc/muttrc

This commit is contained in:
Austen Adler 2019-04-07 22:08:00 -04:00
parent 610320f14b
commit eec86113a1
2 changed files with 4 additions and 2 deletions

View File

@ -313,7 +313,6 @@ bind pager n next-entry
# Exit/Quit (quit will prompt) # Exit/Quit (quit will prompt)
bind generic,index,pager,index Q exit bind generic,index,pager,index Q exit
bind generic,index,pager,index q quit
# Reload configuration # Reload configuration
macro generic,index,pager,editor ,<Space> ":source ~/.mutt/muttrc\n" "Reload mutt's configuration file" macro generic,index,pager,editor ,<Space> ":source ~/.mutt/muttrc\n" "Reload mutt's configuration file"
@ -345,7 +344,6 @@ macro index,pager <f5> "<sync-mailbox><enter><shell-escape>mbsync -a
bind index ? limit bind index ? limit
bind index p print-message bind index p print-message
bind index u undelete-message bind index u undelete-message
bind index x toggle-read
bind index c change-folder bind index c change-folder
bind pager H display-toggle-weed bind pager H display-toggle-weed

4
mutt/.mutt/neomuttrc Normal file
View File

@ -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