diff options
Diffstat (limited to '.mutt/keybindings')
-rw-r--r-- | .mutt/keybindings | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.mutt/keybindings b/.mutt/keybindings new file mode 100644 index 0000000..60e3178 --- /dev/null +++ b/.mutt/keybindings @@ -0,0 +1,14 @@ +# vim: filetype=muttrc + +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 gg top +bind pager G bottom +bind attach,index g noop +bind attach,index gg first-entry +bind attach,index G last-entry + +bind index,pager \Cn sidebar-next +bind index,pager \Cp sidebar-prev |