Add mutt bindings
This commit is contained in:
parent
eec86113a1
commit
f8fb29ea86
@ -313,6 +313,7 @@ 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 exit # Does not work in neomutt!
|
||||||
|
|
||||||
# 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"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
source ~/.mutt/muttrc
|
source ~/.mutt/muttrc
|
||||||
# These bindings do not exist in mutt
|
# These bindings do not exist in mutt
|
||||||
|
bind generic,index,pager,index q noop
|
||||||
bind generic,index,pager,index q quit
|
bind generic,index,pager,index q quit
|
||||||
bind index x toggle-read
|
bind index x toggle-read
|
||||||
|
Loading…
Reference in New Issue
Block a user