From bce88ec54c12f1bec9c72fc8cb99ee1d00e2cbda Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 2 Oct 2025 16:36:48 +0100 Subject: neomutt --- .config/neomutt/binds | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .config/neomutt/binds (limited to '.config/neomutt/binds') diff --git a/.config/neomutt/binds b/.config/neomutt/binds new file mode 100644 index 0000000..8bb015d --- /dev/null +++ b/.config/neomutt/binds @@ -0,0 +1,38 @@ +# vim: filetype=neomuttrc + +# sidebar navigation +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 index,pager B sidebar-toggle-visible + +bind attach view-mailcap +bind attach l view-mailcap + + +bind index,pager,browser d half-down +bind index,pager,browser u half-up + +bind editor noop + +bind pager j next-line +bind pager k previous-line +bind pager l view-attachments +bind pager,attach h exit +bind pager,browser g noop +bind pager,browser gg top-page +bind pager,browser G bottom-page + +bind index j next-entry +bind index k previous-entry +bind index G last-entry +bind index g noop +bind index gg first-entry +bind index l display-message +bind index D delete-message +bind index U undelete-message + +bind browser h goto-parent +bind browser l descend-directory -- cgit v1.2.3