mutt: use esc to cancel

This commit is contained in:
lelgenio 2020-11-08 13:39:00 -03:00
parent 379b2c9f3a
commit f2d23bf83d
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
# Environment Vairables {{{
set -x QT_QPA_PLATFORMTHEME gtk3
set -x PATH ~/.local/bin ~/.cargo/bin $PATH
set -x ESCDELAY 0
set -x EDITOR nvim
set -x VISUAL nvim

View File

@ -117,6 +117,8 @@ bind pager \031 previous-line # Mouse wheel
bind pager \005 next-line # Mouse wheel
bind editor <Tab> complete-query
set abort_key="<ESC>"
macro index,pager a \
"<pipe-message>khard add-email<return>" \
"add the sender email address to khard"