[ Commands | Configuration ]
The bind command
Mutt allows you to change the default key bindings through the use of
the bind command in your .muttrc initialization file.
Usage: bind <key> <function-name> <menu-name>
key is either a single character, or a string quoted in single or double
quotes.
Control characters can be bound prefixing the \C (or \c) escape
function before a character. For example, control-A (ASCII 1) can be denoted
by "\Ca" (or "\CA").
Examples:
bind ' ' display-message main-menu
bind y print-message main-menu
bind "\Cn" next-message internal-pager
Below is a list of the menus and the functions that each understands.
attach-menu, folder-menu and alias-menu
- select-entry
- next-entry
- previous-entry
- next-page
- previous-page
- fist-entry
- last-entry
- exit
- help
- refresh
In addition, attach-menu also understands the following:
- save-entry
- print-entry
- view-entry
main-menu
- next-undeleted
- next-message
- previous-undeleted
- previous-message
- delete-message
- undelete-message
- save-message
- copy-message
- print-message
- pipe-message
- limit
- tag-message
- tag-pattern
- first-message
- last-message
- quit
- exit
- sort-messages
- change-folder
- view-attachments
- jump
- alias
- bounce-message
- next-page
- previous-page
- display-message
- display-headers
- sync-folder
- reply
- group-reply
- list-reply
- search
- forward-message
- help
- redraw
- mail
internal-pager
- next-page
- previous-page
- next-line
- previous-line
- top
- bottom
- reply
- group-reply
- next-message
- previous-message
- bounce-message
- display-headers
- exit
- delete-message
- undelete-message
- list-reply
Last updated on May 10, 1996.
© 1996 Michael R. Elkins
[ Commands | Configuration ]