diff options
| author | mhsn <mail@mhsn.net> | 2025-10-02 16:36:48 +0100 |
|---|---|---|
| committer | mhsn <mail@mhsn.net> | 2025-10-02 16:36:48 +0100 |
| commit | bce88ec54c12f1bec9c72fc8cb99ee1d00e2cbda (patch) | |
| tree | d4c4875f9d6b17c46cf840c1511702c1f5384657 /.config/neomutt/binds | |
| parent | cb29ccd40c188ddb04851fcb121cf8eba87ce025 (diff) | |
| download | dotfiles-bce88ec54c12f1bec9c72fc8cb99ee1d00e2cbda.tar.gz dotfiles-bce88ec54c12f1bec9c72fc8cb99ee1d00e2cbda.zip | |
Diffstat (limited to '.config/neomutt/binds')
| -rw-r--r-- | .config/neomutt/binds | 38 |
1 files changed, 38 insertions, 0 deletions
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 <return> view-mailcap +bind attach l view-mailcap + + +bind index,pager,browser d half-down +bind index,pager,browser u half-up + +bind editor <space> 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 |
