diff options
Diffstat (limited to '.config/neomutt/keybinds')
-rw-r--r-- | .config/neomutt/keybinds | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/neomutt/keybinds b/.config/neomutt/keybinds new file mode 100644 index 0000000..532ec32 --- /dev/null +++ b/.config/neomutt/keybinds @@ -0,0 +1,28 @@ +# vi: ft=neomuttrc + +bind index \Cr imap-fetch-mail +bind index g noop +bind index gg first-entry +bind index G last-entry +bind index,pager \Ck sidebar-prev +bind index,pager \Cj sidebar-next +bind index,pager \Co sidebar-open +bind index,pager \Cp sidebar-prev-new +bind index,pager \Cn sidebar-next-new +bind pager k previous-line +bind pager j next-line + +bind index h noop +bind index l display-message + +bind pager,attach h exit + +bind browser h goto-parent +bind browser l select-entry + +bind pager,browser gg top-page +bind pager,browser G bottom-page +bind pager,browser d half-down +bind pager,browser u half-up +bind index,pager R group-reply +bind editor <Tab> complete-query |