Mutt: Rebind "q" and "Q" to not quit accidentally

master
Pierre Neidhardt 2015-11-02 13:33:41 +01:00
parent 7a76498562
commit 76ac212534
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ bind index "^" imap-fetch-mail
## Remove N/O flag in one key stroke.
macro index <Esc>n '<clear-flag>N'
## Do not quit accidentally
bind index "Q" quit
bind index "q" query
## Vi/Emacs bindings.
bind pager j next-line
bind pager k previous-line