From 43d2d2343f3d2b7fedb42e0e720e21f5a0cbd46b Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 29 Jul 2020 17:36:53 +0100 Subject: [PATCH] Organises muttrc slightly --- mutt/.config/mutt/muttrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc index 14be5bcd..41c2abce 100644 --- a/mutt/.config/mutt/muttrc +++ b/mutt/.config/mutt/muttrc @@ -82,6 +82,7 @@ bind index N search-opposite macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" +macro index o "check-emails" "Check Emails" ###################### # Sidebar Settings # ###################### @@ -120,12 +121,6 @@ set forward_quote = yes # https://neomutt.org/guide/reference#forward_quote set include = yes # https://neomutt.org/guide/reference#include # Adds a header that is used to determine whether my send script should convert the markdown to html my_hdr Markdown: false -# Vim like keybindings -bind pager g noop -bind pager G bottom -bind pager gg top -bind pager j next-line -bind pager k previous-line ###################### # Viewing settings # @@ -153,6 +148,12 @@ macro pager A ,@aoh= "toggle alternative order" macro pager U "set pipe_decode = yesurlscan -dc -r 'linkhandler {}'set pipe_decode = no" "view URLs" bind pager r reply bind pager R group-reply +# Vim like keybindings +bind pager g noop +bind pager G bottom +bind pager gg top +bind pager j next-line +bind pager k previous-line ############## # Contacts #