X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/50a0f247ac0919524428ef5a6b327b125374d267..81919fd0010da3035ee349cf1d5c5de8d4be269f:/.mutt/keybindings?ds=sidebyside diff --git a/.mutt/keybindings b/.mutt/keybindings index 844e8b8..9991707 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -6,6 +6,11 @@ bind index,pager next-entry bind index,pager \eU undelete-subthread bind index,pager \eD delete-subthread +bind index 0 first-entry +bind index G last-entry +bind pager 0 top +bind pager G bottom + bind pager,index previous-unread macro index p "" "do nothing" @@ -80,6 +85,6 @@ macro index,pager \el 'set my_editor="$editor" "unset wait_key~/.mutt/mutt-notmuch --prompt search~/.cache/mutt_results" "search mail (using notmuch)" macro index "unset wait_key~/.mutt/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" "search and reconstruct owning thread (using notmuch)" -macro attach e "set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap-edit-wrapper"set mailcap_path="$my_mailcap_path"" "edit temporary file of attachment" +macro attach e 'set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap-edit-wrapper"set mailcap_path="$my_mailcap_path"' "edit temporary file of attachment" # vim:sw=12:noet:sts=12:ts=12:ft=muttrc