# vim: ft=muttrc # Key bindings # Make mutt's bindings as close to lynx', slrn's, and vim's as possible # move 1/2 page up/down like in vi bind generic \Cu half-up bind generic \Cd half-down bind pager \Cu half-up bind pager \Cd half-down bind generic b previous-page bind generic \Cb previous-page bind generic \Cf next-page bind generic 1G first-entry bind generic 1g first-entry bind generic first-entry bind generic \Ca first-entry bind generic G last-entry bind generic last-entry bind generic \Ce last-entry bind pager \eD delete-thread bind pager \eU undelete-thread # ^U and ^D were bound otherwise, so bind it now again to something else bind pager \Ca top bind pager top bind pager 1G top bind pager 1g top bind pager \Ce bottom bind pager bottom bind pager G bottom bind pager q exit bind pager exit bind pager i noop bind pager B bounce-message bind pager b previous-page bind pager \Cb previous-page bind pager \Cf next-page bind pager previous-line bind pager next-line bind pager previous-entry bind pager next-entry bind index \eD delete-thread bind index \eU undelete-thread # ^U and ^D were bound otherwise, so bind it now again to something else bind index B bounce-message bind index \ef forget-passphrase bind index \Cb previous-page bind index \Cf next-page bind index previous-entry bind index next-entry bind index display-message bind index first-entry bind index last-entry bind index 1G first-entry bind index 1g first-entry bind index \Ca first-entry bind index G last-entry bind index \Ce last-entry bind alias next-entry bind browser select-entry macro index U |urlview\n # simulate the old browse-url function macro pager U |urlview\n # simulate the old browse-url function macro index \cA T.\n\;d # delete all macro index , c\n macro pager , c\n