Separate neomuttrc/muttrc
This commit is contained in:
parent
610320f14b
commit
eec86113a1
@ -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 ,<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 p print-message
|
||||
bind index u undelete-message
|
||||
bind index x toggle-read
|
||||
bind index c change-folder
|
||||
bind pager H display-toggle-weed
|
||||
|
||||
|
4
mutt/.mutt/neomuttrc
Normal file
4
mutt/.mutt/neomuttrc
Normal 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
|
Loading…
Reference in New Issue
Block a user