]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

navigation helpers top/bottom
authormartin f. krafft <madduck@madduck.net>
Sun, 1 Nov 2015 20:43:44 +0000 (09:43 +1300)
committermartin f. krafft <madduck@madduck.net>
Sun, 1 Nov 2015 20:43:44 +0000 (09:43 +1300)
.mutt/keybindings

index c561db92bfbdcb80dcd842dfac89a9b6295623fc..99917077b0e3d8b048781822a160486a1e3b0378 100644 (file)
@@ -6,6 +6,11 @@ bind index,pager       <down>  next-entry
 bind index,pager       \eU     undelete-subthread
 bind index,pager       \eD     delete-subthread
 
 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       <backtab>       previous-unread
 
 macro index    p       "<enter-command><enter>" "do nothing"
 bind pager,index       <backtab>       previous-unread
 
 macro index    p       "<enter-command><enter>" "do nothing"