diff options
author | gxlin <[email protected]> | 2021-07-15 08:51:09 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-07-15 08:51:09 +0800 |
commit | b731482680df4fcd19cb3627180bbe4ea2372820 (patch) | |
tree | 87d0a193c54030b690907ea7076c674a702d2371 /.mutt/keybindings | |
parent | 43b356933766807cff3cce9dda6955469f4df49c (diff) | |
download | dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.tar.gz dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.tar.bz2 dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.zip |
More config
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 |