Created
May 13, 2020 15:56
-
-
Save b3n10/6de88cf5cf2b8a788c7d96bfe871ee4a to your computer and use it in GitHub Desktop.
Mutt Keybindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind pager j next-line | |
bind pager k previous-line | |
bind attach,index,pager \CD next-page | |
bind attach,index,pager \CU previous-page | |
bind pager g top | |
bind pager G bottom | |
bind attach,index g first-entry | |
bind attach,index G last-entry | |
bind index,pager O sidebar-open | |
bind index,pager B sidebar-toggle-visible | |
bind index,pager B sidebar-toggle-visible | |
bind index,pager N sidebar-next | |
bind index,pager P sidebar-prev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment