Skip to content

Commit

Permalink
Revert ".mutt/sidebar: change the up/down/open keys"
Browse files Browse the repository at this point in the history
This reverts commit bd0702d.
Managed to get ctrl+o working with the command:
stty discard undef
  • Loading branch information
tampakrap committed Feb 10, 2019
1 parent a22f37c commit 47ad078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mutt/sidebar
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set sidebar_delim_chars = '/.'
set sidebar_new_mail_only = no
set mail_check_stats
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
bind index,pager J sidebar-next
bind index,pager K sidebar-prev
bind index,pager L sidebar-open
bind index,pager \CP sidebar-prev
bind index,pager \CN sidebar-next
bind index,pager \CO sidebar-open
macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
bind index B bounce-message
Expand Down

0 comments on commit 47ad078

Please sign in to comment.