# Cursor-Movement

bind generic \e< first-entry
bind generic \274 first-entry
bind generic <home> first-entry
#bind generic p first-entry
bind generic \e> last-entry
bind generic \276 last-entry
bind generic <end> last-entry

bind generic - previous-page
bind generic <pageup> previous-page
#bind generic \366 previous-page # M-v
#bind generic \ev previous-page  # Esc-v
bind generic <Space> next-page
bind generic <pagedown> next-page
#bind generic \cv next-page

bind generic j next-entry
bind generic n next-entry
bind generic J next-entry
bind generic <down> next-entry
bind generic \cn next-entry
bind generic p previous-entry
bind generic k previous-entry
bind generic K previous-entry
bind generic <up> previous-entry
bind generic \cp previous-entry

bind index j next-undeleted
bind index k previous-undeleted

bind generic \cb next-entry
bind generic \cf previous-entry

# Sonstige Kommandos Emacs-like, Pine-Like
bind generic \e: enter-command  # Esc-:
bind generic \ex enter-command  # Esc-x
bind generic \272 enter-command # M-:
bind generic \370 enter-command # M-x

bind generic i exit
bind generic q exit
bind generic < exit
bind generic <left> exit

bind generic \ch help
bind generic H help

bind generic / search
bind generic \cs search
bind generic ? search-reverse
bind generic \cr search-reverse

bind generic : tag-entry
bind generic a tag-prefix

### Index

bind index <right> display-message
bind index > display-message
bind index . display-message
bind index i noop # Ich bin bereits im Index... *g*
bind index q quit
bind index Q exit
bind index < quit
bind index , quit
bind index <left> quit

bind index @ create-alias

bind index z limit
bind index a tag-prefix

bind index E edit
bind index b bounce-message
bind index g change-folder
bind index G change-folder-readonly
bind index S copy-message
bind index e save-message
bind index s save-message
bind index % print-message
bind index x sync-mailbox

bind index R group-reply
bind index l list-reply 
bind index L list-reply
bind index c mail
bind index C recall-message
bind index \ck read-subthread

bind index \; tag-pattern

bind index <Tab> next-unread
bind index <Space> next-page
bind index - previous-page

bind index \ch help
bind index H help
bind index h display-headers

# Pager

bind pager \e< top
bind pager \274 top
bind pager <home> top
bind pager p top
bind pager \e> bottom
bind pager \276 bottom
bind pager <end> bottom

bind pager - previous-page
bind pager <pageup> previous-page
bind pager \366 previous-page # M-v
bind pager \ev previous-page  # Esc-v
bind pager <Space> next-page
bind pager <pagedown> next-page
bind pager \cv next-page

bind pager j next-undeleted
bind pager n next-undeleted
bind pager k previous-undeleted
bind pager p previous-undeleted

#bind pager J next-message
#bind pager K previous-message

bind pager <Tab> next-unread

bind pager <down> next-line
bind pager \cn next-line
bind pager <up> previous-line
bind pager \cp previous-line

#bind pager \cb next-message
#bind pager \cf previous-message

bind pager e exit
bind pager i exit
bind pager q exit
bind pager Q quit
bind pager < exit
bind pager <left> exit

bind pager @ create-alias

bind pager b bounce-message
bind pager g change-folder
bind pager G change-folder-readonly
bind pager S copy-message
bind pager e save-message
bind pager s save-message
bind pager % print-message

bind pager R group-reply
bind pager l list-reply 
bind pager L list-reply
bind pager c mail
bind pager C recall-message
bind pager \ck read-subthread

bind pager : tag-message

bind pager \e: enter-command  # Esc-:
bind pager \ex enter-command  # Esc-x
bind pager \272 enter-command # M-:
bind pager \370 enter-command # M-x

bind pager > skip-quoted
bind pager . toggle-quoted

bind pager \ch help
bind pager H help
bind pager h display-headers

# Editor

bind editor \cq quote-char
bind editor \ca bol
bind editor \ce eol
bind editor \ed kill-word
bind editor \c<Tab> complete-query
bind editor \e<Tab> complete
bind editor <delete> delete-char

# compose

bind compose a attach-file
bind compose A attach-message
bind compose b edit-bcc
bind compose c edit-cc
bind compose d edit-description
bind compose e edit-message
bind compose E edit-headers
bind compose f edit-fcc
bind compose F edit-from
bind compose \cf edit-file
bind compose m edit-mime
bind compose \r send-message
bind compose z send-message
