From b23387524db9717e4ca21019ba913099f7594698 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Mon, 6 Jun 2022 16:03:59 +0200 Subject: [PATCH] Add bindings for top and bottom in message for neomutt --- roles/neomutt/templates/neomuttrc.j2 | 6 ++++-- todo | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/neomutt/templates/neomuttrc.j2 b/roles/neomutt/templates/neomuttrc.j2 index e09592e..9454ee8 100644 --- a/roles/neomutt/templates/neomuttrc.j2 +++ b/roles/neomutt/templates/neomuttrc.j2 @@ -32,9 +32,11 @@ bind index,pager g noop # General rebindings bind index gg first-entry -bind pager,browser gg top-page +bind pager gg top +bind browser gg top-page bind index G last-entry -bind pager,browser G bottom-page +bind pager G bottom +bind browser G bottom-page bind index h noop bind pager,attach h exit #bind browser h goto-parent diff --git a/todo b/todo index caa4d94..f51c632 100644 --- a/todo +++ b/todo @@ -2,7 +2,6 @@ support multiple remotes in git clones add upstream to i3blocks-contrib repo neomutt - add G and gg shortcuts to message reader use better shortcuts for delete/undelete - read/unread purge all mark all read