diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-12-08 07:43:38 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-08 07:43:38 -0500 |
commit | 6f0ad2d479e0e9a11a600dbe321227e9457044fc (patch) | |
tree | 481ba9453fa82244adb93241fddc14bf84b6554e | |
parent | 91242ee6cdcf929e651dd31c04b0939e1d9ab52a (diff) |
do not skip over deleted messages by default
-rw-r--r-- | share/mutt-wizard.muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 2c96b19..dc58c48 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -30,6 +30,8 @@ bind index,pager g noop bind index \Cf noop # General rebindings +bind index j next-entry +bind index k previous-entry bind attach <return> view-mailcap bind attach l view-mailcap bind editor <space> noop |