Browse Source

[neomutt] Sync keybind now works in pager mode

v2
lhark 7 years ago
parent
commit
39bb5886ad
  1. 2
      config/neomutt/keys.rc

2
config/neomutt/keys.rc

@ -5,6 +5,7 @@ bind index,pager N search-opposite
bind index,pager \Cu half-up bind index,pager \Cu half-up
bind index,pager \Cd half-down bind index,pager \Cd half-down
bind index,pager g noop # required to define multikeys binds bind index,pager g noop # required to define multikeys binds
bind index,pager <tab> sync-mailbox
########### ###########
# SIDEBAR # # SIDEBAR #
@ -25,7 +26,6 @@ bind index h noop # display-toggle-weed is rubbish in index view
bind index l display-message bind index l display-message
bind index p recall-message bind index p recall-message
bind index R group-reply bind index R group-reply
bind index <tab> sync-mailbox
bind index <space> collapse-thread bind index <space> collapse-thread
bind index p recall-message bind index p recall-message

Loading…
Cancel
Save