Add .config/neomutt/mappings

Update .muttrc
This commit is contained in:
Chris Cowley 2025-09-22 11:41:15 +02:00
parent 6cc2d30bfc
commit e3381adb37
2 changed files with 51 additions and 1 deletions

View file

@ -0,0 +1,50 @@
# vim: filetype=muttrc
# General rebindings
bind attach <return> view-mailcap
bind attach l view-mailcap
bind editor <space> noop
bind pager c imap-fetch-mail
bind index G last-entry
bind index g noop
bind index gg first-entry
bind pager,attach h exit
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
bind index D delete-message
bind index U undelete-message
bind index L limit
bind index h noop
bind index l display-message
bind browser h goto-parent
bind browser l select-entry
bind pager,browser gg top-page
bind pager,browser G bottom-page
bind index,pager,browser d half-down
bind index,pager,browser u half-up
bind index,pager R group-reply
bind index \031 previous-undeleted # Mouse wheel
bind index \005 next-undeleted # Mouse wheel
bind pager \031 previous-line # Mouse wheel
bind pager \005 next-line # Mouse wheel
bind editor <Tab> complete-query
# sidebar mappings
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
# global index and pager shortcuts
bind index,pager @ compose-to-sender
bind index,pager D purge-message
bind index <tab> sync-mailbox
bind index <space> collapse-thread
# Email completion bindings
bind editor <Tab> complete-query
bind editor ^T complete

View file

@ -1,9 +1,9 @@
# vim: ft=muttrc fdm=marker foldcolumn=2
#
source ~/.config/neomutt/mappings
#
set from = chris@cowley.tech
set real_name = "Chris Cowley"
set edit_headers = yes # allow user to edit message headers
set editor = "nvim" # define which editor to use
set fast_reply = yes # skip initial prompts when replying